mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-04-20 03:03:25 -04:00
12 lines
222 B
TOML
12 lines
222 B
TOML
[package]
|
|
name = "pilopt"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
number = { path = "../number" }
|
|
ast = { path = "../ast" }
|
|
pil_analyzer = { path = "../pil_analyzer" }
|
|
log = "0.4.17"
|
|
pretty_assertions = "1.3.0"
|