summary refs log tree commit diff
path: root/src/libtest/Cargo.toml
blob: a72e4c70502896df7782754e4dad0ee8aec8b9b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
authors = ["The Rust Project Developers"]
name = "test"
version = "0.0.0"
edition = "2018"

[lib]
name = "test"
path = "lib.rs"
crate-type = ["dylib", "rlib"]

[dependencies]
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" }