[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