]> git.proxmox.com Git - rustc.git/blob - src/bootstrap/Cargo.toml
Imported Upstream version 1.9.0+dfsg1
[rustc.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 = "main.rs"
13
14 [[bin]]
15 name = "rustc"
16 path = "rustc.rs"
17
18 [[bin]]
19 name = "rustdoc"
20 path = "rustdoc.rs"
21
22 [dependencies]
23 build_helper = { path = "../build_helper" }
24 cmake = "0.1.10"
25 filetime = "0.1"
26 num_cpus = "0.2"
27 toml = "0.1"
28 getopts = "0.2"
29 rustc-serialize = "0.3"
30 winapi = "0.2"
31 kernel32-sys = "0.2"
32 gcc = "0.3.17"
33 libc = "0.2"
34 md5 = "0.1"