Skip to content

Commit

Permalink
Simplify evdev dependency specification
Browse files Browse the repository at this point in the history
  • Loading branch information
homeworkprod committed Feb 22, 2025
1 parent e81ca5e commit 773b258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["presence", "rfid"]
[dependencies]
anyhow = "1.0"
clap = { version = "4.5.30", default-features = false, features = ["derive", "error-context", "help", "std", "usage"] }
evdev = { version = "0.13.0" }
evdev = "0.13.0"
flume = "0.11.1"
log = { version = "0.4.26", features = ["std"] }
nanorand = "0.7.0"
Expand Down

0 comments on commit 773b258

Please sign in to comment.