rust/src/libterm/Cargo.toml

10 lines
152 B
TOML
Raw Normal View History

[package]
authors = ["The Rust Project Developers"]
name = "term"
version = "0.0.0"
[lib]
name = "term"
path = "lib.rs"
crate-type = ["dylib", "rlib"]