[package] name = "liveterm" description = "Simple live-updating output for CLI apps" version = "0.3.0" authors = ["Alex Sayers "] edition = "2018" license = "Unlicense" readme = "README.md" repository = "https://git.sr.ht/~asayers/liveterm" [dependencies] crossterm = "0.20.0" unicode-width = "0.1.8" vte = "0.10.0"