edlang/lib/edlang_lowering/Cargo.toml

12 lines
325 B
TOML
Raw Normal View History

2024-01-27 11:55:54 +00:00
[package]
name = "edlang_lowering"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
edlang_ast = { version = "0.1.0", path = "../edlang_ast" }
edlang_ir = { version = "0.1.0", path = "../edlang_ir" }
2024-02-08 10:58:10 +00:00
tracing.workspace = true