[package] name = "cleanup-cli" version = "0.1.2" authors = ["Lander Brandt "] edition = "2018" readme = "README.txt" repository = "https://github.com/landaire/cleanup" description = "Recursively find and remove duplicate files in a target directory" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] structopt = "0.3" sha-1 = "0.9.3" rayon = "1.5" [[bin]] name = "cleanup" path = "src/main.rs"