iowo/crates/lang/Cargo.toml

17 lines
338 B
TOML
Raw Normal View History

2024-03-08 11:34:09 +00:00
[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"
2024-04-02 22:08:00 +00:00
chumsky = "1.0.0-alpha.6"
petgraph = { workspace = true}
indexmap = "2.2.6"
clap = { version = "4", features = ["derive"] }
2024-03-08 11:34:09 +00:00
[lints]
workspace = true