2024-05-02 18:48:20 +02:00
|
|
|
[package]
|
2024-06-05 12:58:42 +02:00
|
|
|
name = "trash-util"
|
|
|
|
version = "0.0.2"
|
2024-05-02 18:48:20 +02:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
chrono = "0.4.38"
|
|
|
|
clap = { version = "4.5.4", features = ["derive"] }
|
|
|
|
trash = "4.1.1"
|