Use cross-platform terminal handling (#34)

This commit is contained in:
Roey Darwish Dror
2018-06-27 22:19:36 +03:00
parent fffaa36b55
commit 33a2b5d84c
5 changed files with 95 additions and 59 deletions

View File

@@ -13,10 +13,11 @@ failure = "0.1.1"
failure_derive = "0.1.1"
serde = "1.0.67"
serde_derive = "1.0.67"
termion = "1.5.1"
toml = "0.4.6"
which = "2.0.0"
shellexpand = "1.0.0"
clap = "2.32.0"
log = "0.4.2"
env_logger = "0.5.10"
term_size = "0.3.1"
termcolor = "0.3.6"