Files
powdr/executor/Cargo.toml
2023-06-02 16:05:25 +02:00

15 lines
302 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"