summary refs log tree commit diff
path: root/src/libterm/Cargo.toml
blob: 8021e814c0899a4eb5d1cd5341dae38d441c785f (plain)
1
2
3
4
5
6
7
8
9
[package]
authors = ["The Rust Project Developers"]
name = "term"
version = "0.0.0"

[lib]
name = "term"
path = "lib.rs"
crate-type = ["dylib", "rlib"]