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

14 lines
293 B
TOML

[package]
name = "type_check"
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" }
[dev-dependencies]
importer = { path = "../importer" }