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

13 lines
295 B
TOML

[package]
name = "importer"
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" }
parser = { path = "../parser" }
pretty_assertions = "1.4.0"