summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: f9534f334318c39c76235f37b1027ec0365f543f (plain)
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
[package]
authors = ["The Rust Project Developers"]
name = "installer"
version = "0.0.0"

[[bin]]
doc = false
name = "fabricate"
path = "src/main.rs"

[dependencies]
error-chain = "0.11.0"
flate2 = "1.0.1"
rayon = "1.0"
tar = "0.4.13"
walkdir = "1.0.7"
xz2 = "0.1.4"

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

[target."cfg(windows)".dependencies]
lazy_static = "0.2.8"
kernel32-sys = "0.2.2"
winapi = "0.2.8"