7453a54e SL |
1 | [package] |
2 | authors = ["The Rust Project Developers"] |
3 | name = "test" |
4 | version = "0.0.0" |
5 | |
6 | [lib] |
7 | name = "test" |
8 | path = "lib.rs" |
9 | crate-type = ["dylib", "rlib"] |
10 | |
11 | [dependencies] |
12 | getopts = { path = "../libgetopts" } |
13 | term = { path = "../libterm" } |