Added rustii CLI commands to add and remove content from a WAD

Also added required library features to make this possible, again.
This commit is contained in:
2025-04-27 15:25:47 -04:00
parent 577d5a0efa
commit 277c5d6439
6 changed files with 271 additions and 46 deletions

View File

@@ -36,3 +36,4 @@ clap = { version = "4", features = ["derive"] }
anyhow = "1"
thiserror = "2"
reqwest = { version = "0", features = ["blocking"] }
rand = "0"