rudus/Cargo.toml

12 lines
327 B
TOML
Raw Normal View History

2024-10-27 21:45:17 +00:00
[package]
name = "rudus"
version = "0.0.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ariadne = { git = "https://github.com/zesterer/ariadne" }
2024-10-29 03:59:50 +00:00
chumsky = { git = "https://github.com/zesterer/chumsky", features = ["label"] }
2024-10-27 21:45:17 +00:00
imbl = "3.0.0"