termion/Cargo.toml

13 lines
540 B
TOML
Raw Normal View History

2016-03-06 13:55:01 +00:00
[package]
2016-03-15 20:36:33 +00:00
name = "termion"
version = "1.0.0"
2016-03-06 13:55:01 +00:00
authors = ["Ticki <Ticki@users.noreply.github.com>"]
2016-07-23 23:59:01 +01:00
description = "A bindless library for manipulating terminals."
repository = "ticki/termion"
license = "MIT"
keywords = ["tty", "color", "terminal", "console", "tui", "size", "cursor", "clear", "ansi", "escape", "codes", "termios", "truecolor", "mouse", "isatty", "raw", "text", "password", "redox", "async"]
2016-07-24 00:08:33 +01:00
exclude = ["target", "CHANGELOG.md", "image.png", "Cargo.lock"]
2016-03-06 13:55:01 +00:00
2016-07-02 15:51:50 +01:00
[target.'cfg(not(target_os = "redox"))'.dependencies]
2016-03-08 10:07:34 +00:00
libc = "0.2.8"