mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-05-13 03:00:26 -04:00
15 lines
271 B
TOML
15 lines
271 B
TOML
[package]
|
|
name = "executor"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
itertools = "^0.10"
|
|
json = "^0.12"
|
|
log = "0.4.17"
|
|
number = { path = "../number" }
|
|
parser_util = { path = "../parser_util" }
|
|
parser = { path = "../parser" }
|
|
|
|
[dev-dependencies]
|
|
mktemp = "0.5.0" |