fix: remove legacy bnf
This commit is contained in:
@@ -23,10 +23,6 @@ default-run = "rust-langrpg"
|
||||
name = "rust-langrpg"
|
||||
path = "src/main.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "demo"
|
||||
path = "src/bin/demo.rs"
|
||||
|
||||
# ─────────────────────────────────────────────────────────────────────────────
|
||||
# Library (rlib — used by the binaries and tests)
|
||||
# ─────────────────────────────────────────────────────────────────────────────
|
||||
@@ -41,7 +37,6 @@ crate-type = ["rlib"]
|
||||
# ─────────────────────────────────────────────────────────────────────────────
|
||||
|
||||
[dependencies]
|
||||
bnf = "0.6"
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
either = "1"
|
||||
inkwell = { version = "0.8", features = ["llvm21-1"] }
|
||||
|
||||
Reference in New Issue
Block a user