зеркало из https://github.com/mozilla/gecko-dev.git
18 строки
464 B
TOML
18 строки
464 B
TOML
[package]
|
|
name = "atty"
|
|
version = "0.2.2"
|
|
authors = ["softprops <d.tangren@gmail.com>"]
|
|
description = "A simple interface for querying atty"
|
|
documentation = "http://softprops.github.io/atty"
|
|
homepage = "https://github.com/softprops/atty"
|
|
repository = "https://github.com/softprops/atty"
|
|
keywords = ["terminal", "tty"]
|
|
license = "MIT"
|
|
|
|
[target.'cfg(not(windows))'.dependencies]
|
|
libc = "0.2"
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
kernel32-sys = "0.2"
|
|
winapi = "0.2"
|