ratatui/Cargo.toml
Florian Dehau 9bc61551e2 Refactor Terminal to be able to support multiple backends
* Add Rustbox as an other possible backend
2016-11-05 19:18:48 +01:00

17 lines
304 B
TOML

[package]
name = "tui"
version = "0.1.0"
authors = ["Florian Dehau <florian.dehau@telecomnancy.net>"]
[dependencies]
termion = "1.1.1"
rustbox = "0.9.0"
bitflags = "0.7"
cassowary = "0.2.0"
log = "0.3"
unicode-segmentation = "0.1.2"
unicode-width = "0.1.3"
[dev-dependencies]
log4rs = "*"
rand = "0.3"