Skip to content

Commit 22e43a0

Browse files
committed
Switch to clap for arg parsing
1 parent 39932ea commit 22e43a0

File tree

4 files changed

+125
-159
lines changed

4 files changed

+125
-159
lines changed

rust/Cargo.lock

Lines changed: 93 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ keywords = ["steelseries", "arctis", "headset"]
1111

1212
[dependencies]
1313
anyhow = "1.0"
14-
rusb = "0.9"
15-
structopt = "0.3"
14+
clap = { version = "3.2", features = ["derive"] }
15+
rusb = "0.9"

0 commit comments

Comments
 (0)