eww/Cargo.toml
2021-06-05 18:35:43 +02:00

19 lines
371 B
TOML

[package]
name = "nomwut"
version = "0.1.0"
authors = ["elkowar <5300871+elkowar@users.noreply.github.com>"]
edition = "2018"
build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
lalrpop-util = "0.19.5"
regex = "1"
itertools = "0.10"
anyhow = "1.0"
[build-dependencies]
lalrpop = "0.19.5"