[package] name = "anitable-tui" version = "0.1.0" authors = ["Jisu Kim "] edition = "2018" doc = false description = """ 애니편성표 TUI """ keywords = ["tui", "anissia", "anime"] repository = "https://github.com/vbalien/anitable-rs/anitable-tui" license = "MIT" readme = "README.md" [dependencies] anitable = { path = "../anitable", version="0.1" } tokio = "=0.2.0-alpha.6" tui = "0.7" termion = "1.5" failure = "0.1" chrono = "0.4"