summary refs log tree commit diff
path: root/src/libtest/Cargo.toml
blob: ecbd5a9c0f509a09192043c5e4cab40d88dc303b (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 = { path = "../libgetopts" }
term = { path = "../libterm" }