mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
switch to rustls, fix windows build
This commit is contained in:
parent
f01fab7de7
commit
b031f79e1f
4 changed files with 117 additions and 10 deletions
|
@ -1,11 +1,12 @@
|
|||
[package]
|
||||
name = "cargo-binstall"
|
||||
description = "Rust binary package installer for CI integration"
|
||||
repository = "https://github.com/ryankurte/cargo-binutil"
|
||||
version = "0.1.0"
|
||||
authors = ["ryan <ryan@kurte.nz>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
crates_io_api = "0.6.1"
|
||||
|
@ -16,7 +17,7 @@ log = "0.4.11"
|
|||
structopt = "0.3.21"
|
||||
simplelog = "0.8.0"
|
||||
anyhow = "1.0.35"
|
||||
reqwest = "0.10.9"
|
||||
reqwest = { version = "0.10.9", features = [ "rustls-tls" ] }
|
||||
tempdir = "0.3.7"
|
||||
flate2 = "1.0.19"
|
||||
tar = "0.4.30"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue