handball/Cargo.toml

15 lines
277 B
TOML

[package]
name = "handball"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chumsky = "0.6.0"
lalrpop-util = "0.19.6"
logos = "0.12.0"
[build-dependencies]
lalrpop = "0.19.6"