uu_tty 0.0.25

tty ~ (uutils) display the name of the terminal connected to standard input
Documentation
[package]
name = "uu_tty"
version = "0.0.25"
authors = ["uutils developers"]
license = "MIT"
description = "tty ~ (uutils) display the name of the terminal connected to standard input"

homepage = "https://github.com/uutils/coreutils"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/tty"
keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"]
categories = ["command-line-utilities"]
edition = "2021"

[lib]
path = "src/tty.rs"

[dependencies]
clap = { workspace = true }
nix = { workspace = true, features = ["term"] }
uucore = { workspace = true, features = ["fs"] }

[[bin]]
name = "tty"
path = "src/main.rs"