# 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 = "safely_remove" version = "1.3.0" authors = ["Adhyan H. "] description = "after almost accidentally rm(ing) my C homework folder, I decided to create this to NOT do that in the future, goal is to do everything that the unix command rm can do" license = "MIT" resolver = "2" [dependencies.clap] version = "4.0.26" features = ["derive"] [dependencies.glob] version = "0.3.0"