28ea249ab5
This reverts commit 3eb4890dfe6db0279fdd3cda19f9643873ae3db9, reversing changes made to 7a4df3b53da369110984a2b57419c05a53e33b38.
11 lines
169 B
TOML
11 lines
169 B
TOML
[package]
|
|
authors = ["The Rust Project Developers"]
|
|
name = "term"
|
|
version = "0.0.0"
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
name = "term"
|
|
path = "lib.rs"
|
|
crate-type = ["dylib", "rlib"]
|