blob: 2931e0bda95185cc5ee5a84c883276aa73f113eb [file] [log] [blame]
[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" }