iowo/crates/lang/Cargo.toml
2024-04-03 00:08:00 +02:00

16 lines
338 B
TOML

[package]
name = "lang"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
logos = "0.14"
chumsky = "1.0.0-alpha.6"
petgraph = { workspace = true}
indexmap = "2.2.6"
clap = { version = "4", features = ["derive"] }
[lints]
workspace = true