2021-12-16 18:23:02 +00:00
|
|
|
[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"
|
2021-12-16 20:30:28 +00:00
|
|
|
lalrpop-util = { version = "0.19.6", features = ["lexer"] }
|
2021-12-16 18:23:02 +00:00
|
|
|
logos = "0.12.0"
|
2021-12-16 20:30:28 +00:00
|
|
|
debug2 = {path="../debug2"}
|
|
|
|
rustyline = "9.1.1"
|
|
|
|
rustyline-derive = "0.6.0"
|
2021-12-16 18:23:02 +00:00
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
lalrpop = "0.19.6"
|