rust/src/libterm/Cargo.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"]