edlang/lib/edlang_lowering/Cargo.toml
2024-05-05 11:39:59 +02:00

20 lines
636 B
TOML

[package]
name = "edlang_lowering"
version = "0.0.1-alpha.17"
authors = ["Edgar Luque <edgar@edgarluque.com>"]
description = "edlang lowering"
edition = "2021"
keywords = ["llvm", "compiler"]
license = "AGPL-3.0-only"
categories = ["compilers"]
documentation = "https://docs.rs/edlang_lowering"
repository = "https://github.com/edg-l/edlang"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
edlang_ast = { version = "0.0.1-alpha.17", path = "../edlang_ast" }
edlang_ir = { version = "0.0.1-alpha.17", path = "../edlang_ir" }
tracing.workspace = true
thiserror = "1.0.59"