Refactor argument parsing logic

This commit is contained in:
a2x
2024-04-21 00:30:00 +10:00
parent bda7f86ef3
commit 13b764854e
2 changed files with 59 additions and 108 deletions

View File

@@ -8,7 +8,7 @@ repository = "https://github.com/a2x/cs2-dumper"
license = "MIT"
[dependencies]
clap = { version = "4.5", features = ["cargo"] }
clap = { version = "4.5", features = ["derive"] }
chrono = { version = "0.4", features = ["serde"] }
heck = "0.5"
log = "0.4"