rmsafe 2.4.1

safely removing files and directories; moving them to trash
Documentation
[dependencies.chrono]
version = "0.4.23"

[dependencies.clap]
features = ["derive"]
version = "4.0.26"

[dependencies.confy]
version = "0.5.1"

[dependencies.glob]
version = "0.3.0"

[dependencies.love_rust]
version = "0.3.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.serde]
features = ["derive"]
version = "1.0.147"

[dependencies.serde_derive]
version = "1.0.147"

[dependencies.toml]
version = "0.7.3"

[package]
authors = ["Adhyan H. <adhyanpatel@gmail.com>"]
description = "safely removing files and directories; moving them to trash"
edition = "2021"
license = "MIT"
name = "rmsafe"
readme = "README.md"
version = "2.4.1"
[profile.release]
lto = true
opt-level = "z"
strip = true