7453a54e SL |
1 | [package] |
2 | authors = ["The Rust Project Developers"] |
3 | name = "rustbook" |
4 | version = "0.0.0" |
5 | |
6 | [lib] |
7 | name = "rustbook" |
8 | path = "main.rs" |
9 | crate-type = ["dylib"] |
10 | |
11 | [dependencies] |
12 | rustc_back = { path = "../librustc_back" } |
13 | rustdoc = { path = "../librustdoc" } |