mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-04-20 03:03:25 -04:00
21 lines
481 B
TOML
21 lines
481 B
TOML
[package]
|
|
name = "executor"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
itertools = "^0.10"
|
|
log = { version = "0.4.17", features = ["release_max_level_debug"] }
|
|
number = { path = "../number" }
|
|
parser_util = { path = "../parser_util" }
|
|
pil_analyzer = { path = "../pil_analyzer" }
|
|
rayon = "1.7.0"
|
|
num-traits = "0.2.15"
|
|
ast = { version = "0.1.0", path = "../ast" }
|
|
lazy_static = "1.4.0"
|
|
|
|
[dev-dependencies]
|
|
test-log = "0.2.12"
|
|
env_logger = "0.10.0"
|
|
pretty_assertions = "1.3.0"
|