mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Write to .crates.toml
This commit is contained in:
parent
caf6f3930b
commit
1c2d005fd4
6 changed files with 207 additions and 2 deletions
|
@ -28,6 +28,7 @@ crates_io_api = { version = "0.8.0", default-features = false, features = ["rust
|
|||
dirs = "4.0.0"
|
||||
flate2 = { version = "1.0.24", features = ["zlib-ng"], default-features = false }
|
||||
futures-util = { version = "0.3.21", default-features = false }
|
||||
home = "0.5.3"
|
||||
log = "0.4.14"
|
||||
miette = { version = "5.1.0", features = ["fancy-no-backtrace"] }
|
||||
once_cell = "1.12.0"
|
||||
|
@ -43,6 +44,7 @@ tempfile = "3.3.0"
|
|||
thiserror = "1.0.31"
|
||||
tinytemplate = "1.2.1"
|
||||
tokio = { version = "1.19.1", features = ["rt-multi-thread", "process", "sync"], default-features = false }
|
||||
toml = "0.5.9"
|
||||
url = "2.2.2"
|
||||
xz2 = "0.1.6"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue