mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Write to .crates.toml
This commit is contained in:
parent
caf6f3930b
commit
1c2d005fd4
6 changed files with 207 additions and 2 deletions
11
Cargo.lock
generated
11
Cargo.lock
generated
|
@ -143,6 +143,7 @@ dependencies = [
|
|||
"flate2",
|
||||
"futures-util",
|
||||
"guess_host_triple",
|
||||
"home",
|
||||
"log",
|
||||
"miette",
|
||||
"once_cell",
|
||||
|
@ -158,6 +159,7 @@ dependencies = [
|
|||
"thiserror",
|
||||
"tinytemplate",
|
||||
"tokio",
|
||||
"toml",
|
||||
"url",
|
||||
"xz2",
|
||||
"zip",
|
||||
|
@ -595,6 +597,15 @@ dependencies = [
|
|||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "home"
|
||||
version = "0.5.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
|
||||
dependencies = [
|
||||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "http"
|
||||
version = "0.2.8"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue