[package] authors = ["The Rust Project Developers"] name = "test" version = "0.0.0" [lib] name = "test" path = "lib.rs" crate-type = ["dylib", "rlib"] [dependencies] getopts = { path = "../libgetopts" } term = { path = "../libterm" } serialize = { path = "../libserialize" }