rmsafe 1.6.4

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
Documentation
[dependencies.clap]
features = ["derive"]
version = "4.0.26"

[dependencies.confy]
version = "0.5.1"

[dependencies.glob]
version = "0.3.0"

[dependencies.serde]
version = "1.0.147"

[dependencies.serde_derive]
version = "1.0.147"

[package]
authors = ["Adhyan H. <adhyanpatel@gmail.com>"]
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"
edition = "2021"
license = "MIT"
name = "rmsafe"
readme = "README.md"
resolver = "2"
version = "1.6.4"