mirror of
https://forge.katzen.cafe/katzen-cafe/iowo.git
synced 2024-11-05 15:26:24 +01:00
17 lines
338 B
TOML
17 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
|