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

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