1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-18 11:11:10 +00:00
uutils-coreutils/src/tty/Cargo.toml
2019-05-12 22:42:20 -07:00

21 lines
276 B
TOML

[package]
name = "tty"
version = "0.0.1"
authors = []
build = "../../mkmain.rs"
[lib]
name = "uu_tty"
path = "tty.rs"
[dependencies]
getopts = "0.2.18"
libc = "0.2.42"
[dependencies.uucore]
version = "0.0.1"
features = ["fs"]
[[bin]]
name = "tty"
path = "../../uumain.rs"