[package] name = "safely_remove" version = "1.3.0" edition = "2021" about = "safely removing files and directories; moving them to trash" 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" authors = ["Adhyan H. "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.0.26", features = ["derive"] } glob = "0.3.0"