Move library/term/src to library/test/src/term/.

This commit is contained in:
Charles Lew 2021-07-18 14:42:14 +08:00
parent 5a8a44196b
commit 9c11113b4f
11 changed files with 0 additions and 10 deletions

View File

@ -1,9 +0,0 @@
[package]
authors = ["The Rust Project Developers"]
name = "term"
version = "0.0.0"
edition = "2018"
[dependencies]
core = { path = "../core" }
std = { path = "../std" }

View File

@ -10,7 +10,6 @@ crate-type = ["dylib", "rlib"]
[dependencies]
cfg-if = { version = "0.1.8", features = ['rustc-dep-of-std'] }
getopts = { version = "0.2.21", features = ['rustc-dep-of-std'] }
term = { path = "../term" }
std = { path = "../std" }
core = { path = "../core" }
libc = { version = "0.2", default-features = false }