summary refs log tree commit diff
path: root/src/libterm/Cargo.toml
blob: 2931e0bda95185cc5ee5a84c883276aa73f113eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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" }