add proper cmd args for program

This commit is contained in:
2025-04-06 15:30:58 -04:00
parent 166c2d50f4
commit 9fa864e6eb
3 changed files with 134 additions and 21 deletions

View File

@@ -34,6 +34,7 @@ rand = "0.9"
rayon = "1.10"
skillratings = "0.27"
static_assertions = "1.1"
clap = { version = "4.5", features = ["derive"] }
[dev-dependencies]
criterion = { version = "0.5", features = [ "html_reports" ] }