[package] name = "rs-tree" version = "0.1.2" authors = ["adiatma kamarudin "] edition = "2018" description = "A simple CLI to listing tree directories" license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/adiatma/rs-tree" keywords = ["cli", "tree", "directories"] categories = ["command-line-utilities"] [badges] travis-ci = { repository = "adiatma/rs-tree", branch = "master" } # see more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] structopt = "0.3.16"