]> git.lizzy.rs Git - rust.git/blob - src/bootstrap/Cargo.toml
rustbuild: Tweak for vendored dependencies
[rust.git] / src / bootstrap / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "bootstrap"
4 version = "0.0.0"
5
6 [lib]
7 name = "bootstrap"
8 path = "lib.rs"
9
10 [[bin]]
11 name = "bootstrap"
12 path = "bin/main.rs"
13
14 [[bin]]
15 name = "rustc"
16 path = "bin/rustc.rs"
17
18 [[bin]]
19 name = "rustdoc"
20 path = "bin/rustdoc.rs"
21
22 [dependencies]
23 build_helper = { path = "../build_helper" }
24 cmake = "0.1.17"
25 filetime = "0.1"
26 num_cpus = "0.2"
27 toml = "0.1"
28 getopts = "0.2"
29 rustc-serialize = "0.3"
30 gcc = "0.3.38"
31 libc = "0.2"
32 md5 = "0.1"