Files
powdr/pilopt/Cargo.toml
Lucas Clemente Vella cd4449e65f RISCV executor
2023-11-24 11:42:35 +01:00

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"