blob: ec77f953380813b1d7a98fe1a1b7c507dbd84a0c [file] [log] [blame]
[package]
authors = ["The Rust Project Developers"]
name = "test"
version = "0.0.0"
[lib]
name = "test"
path = "lib.rs"
crate-type = ["dylib", "rlib"]
[dependencies]
getopts = "0.2"
term = { path = "../libterm" }