ctty 0.1.0

Cross-platform crate for determining a process' controlling tty (ctty)
Documentation
[dependencies.thiserror]
version = "1.0"

[package]
authors = ["Shawn Anastasio <shawnanastasio@yahoo.com>"]
build = "build.rs"
description = "Cross-platform crate for determining a process' controlling tty (ctty)"
license = "MIT"
name = "ctty"
repository = "https://github.com/shawnanastasio/ctty-rs"
version = "0.1.0"

[target.'cfg(any(target_os = "freebsd", target_os = "macos"))'.build-dependencies.cc]
version = "1.0"

[target.'cfg(any(target_os = "freebsd", target_os = "macos"))'.dependencies.libc]
version = "0.2"

[target.'cfg(target_os = "linux")'.dependencies.glob]
version = "0.3"

[target.'cfg(target_os = "linux")'.dependencies.nix]
version = "0.19"