-
Notifications
You must be signed in to change notification settings - Fork 13
/
Cargo.toml
30 lines (28 loc) · 902 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[package]
name = "rustup-toolchain-install-master"
version = "1.8.0"
authors = ["kennytm <[email protected]>"]
categories = ["development-tools"]
edition = "2018"
keywords = ["rustup"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/kennytm/rustup-toolchain-install-master"
description = "Install master rustc toolchain into rustup"
[badges]
maintenance = { status = "passively-maintained" }
travis-ci = { repository = "kennytm/rustup-toolchain-install-master" }
is-it-maintained-issue-resolution = { repository = "kennytm/rustup-toolchain-install-master" }
is-it-maintained-open-issues = { repository = "kennytm/rustup-toolchain-install-master" }
[dependencies]
ansi_term = "0.12"
anyhow = "1.0.31"
home = "0.5"
pbr = "1"
remove_dir_all = "0.5"
reqwest = { version = "0.10", features = ["blocking", "gzip"]}
structopt = "0.3"
tar = "0.4"
tee = "0.1"
tempfile = "3"
xz2 = "0.1"