# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "destroy_ds_store" version = "1.0.1" include = [ "src/**/*", "Cargo.toml", "README.md", "LICENCE", ] description = "Delete the annoying .DS_Store files from the current folder and all its sub-folders." homepage = "https://github.com/FaisalBinAhmed/Destroy-DS-Store" readme = "README.md" keywords = [ "cli", "files", "ds_store", "delete", "macos", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/FaisalBinAhmed/Destroy-DS-Store" resolver = "2" [dependencies.clap] version = "2" [dependencies.walkdir] version = "2"