Write to .crates.toml

This commit is contained in:
Félix Saparelli 2022-07-04 23:53:47 +12:00
parent caf6f3930b
commit 1c2d005fd4
No known key found for this signature in database
GPG key ID: B948C4BAE44FC474
6 changed files with 207 additions and 2 deletions

11
Cargo.lock generated
View file

@ -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"