You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tui-rs/Cargo.toml

18 lines
304 B
TOML

8 years ago
[package]
name = "tui"
version = "0.1.0"
authors = ["Florian Dehau <florian.dehau@telecomnancy.net>"]
[dependencies]
termion = "1.1.1"
rustbox = "0.9.0"
8 years ago
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"