]> git.lizzy.rs Git - rust.git/blob - src/libtest/Cargo.toml
Rollup merge of #31565 - SDX2000:docfixes4, r=steveklabnik
[rust.git] / src / libtest / Cargo.toml
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" }
14 serialize = { path = "../libserialize" }