mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
10 lines
171 B
TOML
10 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" }
|