9 lines
171 B
TOML
9 lines
171 B
TOML
[package]
|
|
authors = ["The Rust Project Developers"]
|
|
name = "term"
|
|
version = "0.0.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
core = { path = "../core" }
|
|
std = { path = "../std" }
|