]> git.lizzy.rs Git - rust.git/blob - src/libterm/Cargo.toml
Add some type-alias-impl-trait regression tests
[rust.git] / src / libterm / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "term"
4 version = "0.0.0"
5 edition = "2018"
6
7 [lib]
8 path = "lib.rs"
9
10 [dependencies]
11 core = { path = "../libcore" }
12 std = { path = "../libstd" }