2016-01-21 15:19:23 -08:00
|
|
|
[package]
|
|
|
|
authors = ["The Rust Project Developers"]
|
|
|
|
name = "test"
|
|
|
|
version = "0.0.0"
|
2019-02-04 00:56:16 +09:00
|
|
|
edition = "2018"
|
2016-01-21 15:19:23 -08:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "test"
|
|
|
|
path = "lib.rs"
|
|
|
|
crate-type = ["dylib", "rlib"]
|
|
|
|
|
|
|
|
[dependencies]
|
2019-05-02 10:32:56 +01:00
|
|
|
getopts = "0.2.19"
|
2019-04-07 01:48:59 -04:00
|
|
|
term = { path = "../libterm" }
|
2018-03-20 20:43:33 +02:00
|
|
|
|
|
|
|
# not actually used but needed to always have proc_macro in the sysroot
|
|
|
|
proc_macro = { path = "../libproc_macro" }
|