mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-04-20 03:03:25 -04:00
18 lines
339 B
TOML
18 lines
339 B
TOML
[package]
|
|
name = "executor"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
itertools = "^0.10"
|
|
log = "0.4.17"
|
|
number = { path = "../number" }
|
|
parser_util = { path = "../parser_util" }
|
|
parser = { path = "../parser" }
|
|
pil_analyzer = { path = "../pil_analyzer" }
|
|
rayon = "1.7.0"
|
|
num-traits = "0.2.15"
|
|
|
|
[dev-dependencies]
|
|
mktemp = "0.5.0"
|