]> git.lizzy.rs Git - rust.git/blob - src/libtest/Cargo.toml
Rollup merge of #60383 - GuillaumeGomez:fix-position-source-code-files-toggle, r...
[rust.git] / src / libtest / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "test"
4 version = "0.0.0"
5 edition = "2018"
6
7 [lib]
8 name = "test"
9 path = "lib.rs"
10 crate-type = ["dylib", "rlib"]
11
12 [dependencies]
13 getopts = "0.2.19"
14 term = { path = "../libterm" }
15
16 # not actually used but needed to always have proc_macro in the sysroot
17 proc_macro = { path = "../libproc_macro" }