]>
Commit | Line | Data |
---|---|---|
7453a54e SL |
1 | [package] |
2 | authors = ["The Rust Project Developers"] | |
3 | name = "rustc_front" | |
4 | version = "0.0.0" | |
5 | ||
6 | [lib] | |
7 | name = "rustc_front" | |
8 | path = "lib.rs" | |
9 | crate-type = ["dylib"] | |
10 | ||
11 | [dependencies] | |
12 | log = { path = "../liblog" } | |
13 | syntax = { path = "../libsyntax" } | |
14 | serialize = { path = "../libserialize" } | |
15 | rustc_bitflags = { path = "../librustc_bitflags" } |