summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: c3d8f9eac1055968e88a5f61c6b8f48c91b0118a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
authors = ["The Rust Project Developers"]
name = "installer"
version = "0.0.0"

[[bin]]
doc = false
name = "rust-installer"
path = "src/main.rs"

[dependencies]
flate2 = "0.2.19"
tar = "0.4.11"
walkdir = "1.0.7"
xz2 = "0.1.3"

[dependencies.clap]
features = ["yaml"]
version = "2.22.1"