[package] authors = ["The Rust Project Developers"] name = "term" version = "0.0.0" edition = "2018" [lib] path = "lib.rs" [dependencies] core = { path = "../libcore" } std = { path = "../libstd" }