]> git.lizzy.rs Git - rust.git/blob - library/term/Cargo.toml
Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736' into clippyup
[rust.git] / library / term / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "term"
4 version = "0.0.0"
5 edition = "2018"
6
7 [dependencies]
8 core = { path = "../core" }
9 std = { path = "../std" }