]> git.lizzy.rs Git - rust.git/blobdiff - src/libterm/Cargo.toml
Add some type-alias-impl-trait regression tests
[rust.git] / src / libterm / Cargo.toml
index 4eba9a9d79cc431f2bd43ee8cae66c5fda0400eb..2931e0bda95185cc5ee5a84c883276aa73f113eb 100644 (file)
@@ -5,6 +5,8 @@ version = "0.0.0"
 edition = "2018"
 
 [lib]
-name = "term"
 path = "lib.rs"
-crate-type = ["dylib", "rlib"]
+
+[dependencies]
+core = { path = "../libcore" }
+std = { path = "../libstd" }