mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Move library/term/src
to library/test/src/term/
.
This commit is contained in:
parent
5a8a44196b
commit
9c11113b4f
@ -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" }
|
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user