зеркало из https://github.com/mozilla/gecko-dev.git
15 строки
398 B
TOML
15 строки
398 B
TOML
[package]
|
|
name = "atty"
|
|
version = "0.1.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"
|
|
|
|
[dependencies]
|
|
libc = "0.2"
|
|
winapi = "0.2"
|
|
kernel32-sys = "0.2" |