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

18 lines
417 B
TOML

[package]
name = "linker"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ast = { path = "../ast" }
number = { path = "../number" }
analysis = { path = "../analysis" }
pretty_assertions = "1.3.0"
[dev-dependencies]
parser = { path = "../parser" }
airgen = { path = "../airgen" }
importer = { path = "../importer" }