[package] edition = "2018" name = "catalist" version = "0.8.0" authors = ["SeparateRecords "] description = "Cat, but for lists" keywords = ["cli", "cat"] license = "MIT" homepage = "https://github.com/SeparateRecords/catalist" repository = "https://github.com/SeparateRecords/catalist" documentation = "https://github.com/SeparateRecords/catalist/blob/master/README.md" readme = "README.md" [dependencies] structopt = { version = "^0.3", features = [ "paw" ] } paw = "^1.0"