mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-01-10 12:18:37 -05:00
17 lines
345 B
TOML
17 lines
345 B
TOML
[package]
|
|
name = "powdr-syscalls"
|
|
description = "powdr syscalls"
|
|
version = { workspace = true }
|
|
edition = { workspace = true }
|
|
license = { workspace = true }
|
|
homepage = { workspace = true }
|
|
repository = { workspace = true }
|
|
|
|
[dependencies]
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
bench = false # See https://github.com/bheisler/criterion.rs/issues/458
|