]> git.lizzy.rs Git - rust.git/blob - src/bootstrap/Cargo.toml
Utilize interning to allow Copy/Clone steps
[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 [[bin]]
27 name = "sccache-plus-cl"
28 path = "bin/sccache-plus-cl.rs"
29 test = false
30
31 [dependencies]
32 build_helper = { path = "../build_helper" }
33 cmake = "0.1.23"
34 filetime = "0.1"
35 num_cpus = "1.0"
36 getopts = "0.2"
37 gcc = "0.3.50"
38 libc = "0.2"
39 serde = "1.0.8"
40 serde_derive = "1.0.8"
41 serde_json = "1.0.2"
42 toml = "0.4"
43 lazy_static = "0.2"