[package] name = "tidy" description = "A CLI tool to remove build directories and other clutter" version = "1.0.1" edition = "2021" authors = ["June L. Gschwantner lucygschwantner@gmail.com"] homepage = "https://github.com/Jackboxx/tidy" repository = "https://github.com/jackboxx/archwiki-rs" readme = "README.md" keywords = ["tidy", "cleaning", "tool", "script", "cli"] categories = ["command-line-interface"] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.3.23", features = ["derive"] }