Update Cargo.toml

pull/3/head
Florian Dehau 8 years ago
parent f025cb0221
commit 19ab01e136

@ -1,7 +1,14 @@
[package]
name = "tui"
version = "0.1.0"
authors = ["Florian Dehau <florian.dehau@telecomnancy.net>"]
authors = ["Florian Dehau <work@fdehau.com>"]
description = """
A library to build rich user interfaces or dashboard for terminals
"""
keywords = ["tui", "terminal"]
repository = "https://github.com/fdehau/tui-rs"
license = "MIT"
exclude = ["docs", ".travis.yml"]
[dependencies]
termion = "1.1.1"

Loading…
Cancel
Save