Pick this up again, dust it off, get some stuff connected.
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -13,9 +13,11 @@ name = "ngrc"
|
||||
path = "src/bin.rs"
|
||||
|
||||
[dependencies]
|
||||
lalrpop-util = "0.19.0"
|
||||
lazy_static = "1.4.0"
|
||||
logos = "0.11.4"
|
||||
clap = { version = "^3.0.14", features = ["derive"] }
|
||||
lalrpop-util = "^0.19.7"
|
||||
lazy_static = "^1.4.0"
|
||||
logos = "^0.12.0"
|
||||
thiserror = "^1.0.30"
|
||||
|
||||
[build-dependencies]
|
||||
lalrpop = "0.19.0"
|
||||
lalrpop = "^0.19.7"
|
||||
|
||||
Reference in New Issue
Block a user