Skip to content

Commit

Permalink
fix: add missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
cocool97 committed Oct 11, 2024
1 parent 1ec60e3 commit b21fe23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adb_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ homedir = { version = "0.3.3" }
image = { version = "0.25.2" }
lazy_static = { version = "1.5.0" }
log = { version = "0.4.22" }
rand = { version = "0.8.5" }
regex = { version = "1.10.6", features = ["perf", "std", "unicode"] }
rsa = { version = "0.9.6", features = ["sha1"] }
rusb = { version = "0.9.4", features = ["vendored"] }
Expand Down

0 comments on commit b21fe23

Please sign in to comment.