[package] name = "livesort" version = "0.4.1" authors = ["Alex Sayers "] description = "Like 'sort' but with live preview" edition = "2018" license = "Unlicense" readme = "README.md" repository = "https://git.sr.ht/~asayers/livesort" [dependencies] crossterm = "0.19.0" liveterm = "0.2.0" structopt = "0.3.21"