rust/src/libtest/Cargo.toml

18 lines
351 B
TOML
Raw Normal View History

[package]
authors = ["The Rust Project Developers"]
name = "test"
version = "0.0.0"
2019-02-03 09:56:16 -06:00
edition = "2018"
[lib]
name = "test"
path = "lib.rs"
crate-type = ["dylib", "rlib"]
[dependencies]
2019-05-02 04:32:56 -05:00
getopts = "0.2.19"
term = { path = "../libterm" }
# not actually used but needed to always have proc_macro in the sysroot
proc_macro = { path = "../libproc_macro" }