]> git.lizzy.rs Git - rust.git/blob - src/bootstrap/Cargo.toml
Do not show `::constructor` on tuple struct diagnostics
[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 doctest = false
10
11 [[bin]]
12 name = "bootstrap"
13 path = "bin/main.rs"
14 test = false
15
16 [[bin]]
17 name = "rustc"
18 path = "bin/rustc.rs"
19 test = false
20
21 [[bin]]
22 name = "rustdoc"
23 path = "bin/rustdoc.rs"
24 test = false
25
26 [dependencies]
27 build_helper = { path = "../build_helper" }
28 cmake = "0.1.17"
29 filetime = "0.1"
30 num_cpus = "0.2"
31 toml = "0.1"
32 getopts = "0.2"
33 rustc-serialize = "0.3"
34 gcc = "0.3.38"
35 libc = "0.2"