edlang/lib/edlang_lowering/Cargo.toml

12 lines
349 B
TOML

[package]
name = "edlang_lowering"
version = "0.0.1-alpha.3"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
edlang_ast = { version = "0.0.1-alpha.3", path = "../edlang_ast" }
edlang_ir = { version = "0.0.1-alpha.3", path = "../edlang_ir" }
tracing.workspace = true