This commit is contained in:
foosinn 2021-11-30 02:04:21 +01:00
commit a0497b4452
7 changed files with 355 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "letterquest"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
argh = "0.1"