[package] name = "dinf-cc" version = "0.1.1" edition = "2021" include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE" ] description = "Simple command line to get directory information" keywords = [ "cli", "directory", ] categories = ["command-line-interface", "command-line"] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1" clap = "2" walkdir = "2" file-size = "1"