edlang/lib/edlang_check/Cargo.toml
2024-05-26 17:20:36 +02:00

21 lines
759 B
TOML

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