mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-10 14:00:02 +00:00
Add phantom digest support to download (#315)
This commit is contained in:
parent
280bc974eb
commit
1cf6076d62
6 changed files with 149 additions and 48 deletions
|
@ -18,9 +18,11 @@ clap = { version = "3.2.17", features = ["derive"] }
|
|||
compact_str = { version = "0.6.0", features = ["serde"] }
|
||||
crates_io_api = { version = "0.8.0", default-features = false }
|
||||
detect-targets = { version = "0.1.0", path = "../detect-targets" }
|
||||
digest = "0.10.3"
|
||||
flate2 = { version = "1.0.24", default-features = false }
|
||||
flock = { version = "0.1.0", path = "../flock" }
|
||||
futures-util = { version = "0.3.23", default-features = false, features = ["std"] }
|
||||
generic-array = "0.14.6"
|
||||
home = "0.5.3"
|
||||
itertools = "0.10.3"
|
||||
jobserver = "0.1.24"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue