mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 07:06:36 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.24 to 0.3.6. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/commits/tokio-0.3.6) Signed-off-by: dependabot[bot] <support@github.com>
29 lines
710 B
TOML
29 lines
710 B
TOML
[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"
|
|
|
|
|
|
[dependencies]
|
|
crates_io_api = "0.6.1"
|
|
cargo_metadata = "0.12.1"
|
|
tinytemplate = "1.1.0"
|
|
tokio = { version = "0.3.6", features = [ "macros" ] }
|
|
log = "0.4.11"
|
|
structopt = "0.3.21"
|
|
simplelog = "0.8.0"
|
|
anyhow = "1.0.35"
|
|
reqwest = { version = "0.10.9" }
|
|
tempdir = "0.3.7"
|
|
flate2 = "1.0.19"
|
|
tar = "0.4.30"
|
|
cargo_toml = "0.8.1"
|
|
serde = { version = "1.0.118", features = [ "derive" ] }
|
|
strum_macros = "0.20.1"
|
|
strum = "0.20.0"
|
|
dirs = "3.0.1"
|
|
serde_derive = "1.0.118"
|