blob: ec77f953380813b1d7a98fe1a1b7c507dbd84a0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[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" }
|