[package] name = "dirsearch" version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" description = "🌸 Rust CLI Template using clap v4 🌸" readme = "README.md" homepage = "https://github.com/ekusiadadus/rust-cli-template" repository = "https://github.com/ekusiadadus/rust-cli-template" keywords = ["cli", "Japan", "Rust"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.0.29", features = ["derive"] } file-size = "1.0.3" walkdir = "2.3.2"