add: main function

This commit is contained in:
2026-03-12 21:09:49 -07:00
parent c0951fc9d4
commit 90de2206db
9 changed files with 1062 additions and 671 deletions

View File

@@ -2,6 +2,16 @@
name = "rust-langrpg"
version = "0.1.0"
edition = "2024"
default-run = "rust-langrpg"
[[bin]]
name = "rust-langrpg"
path = "src/main.rs"
[[bin]]
name = "demo"
path = "src/bin/demo.rs"
[dependencies]
bnf = "0.6"
clap = { version = "4", features = ["derive"] }