Partial trash implementation

This commit is contained in:
Jeremy Soller 2024-01-05 16:17:23 -07:00
parent 174fc53e45
commit 1ba5be1116
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
6 changed files with 228 additions and 87 deletions

17
Cargo.lock generated
View file

@ -980,6 +980,7 @@ dependencies = [
"serde",
"systemicons",
"tokio",
"trash",
]
[[package]]
@ -4999,6 +5000,22 @@ dependencies = [
"once_cell",
]
[[package]]
name = "trash"
version = "3.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c646008e5144d988005bec12b1e56f5e0a951e957176686815eba8b025e0418"
dependencies = [
"chrono",
"libc",
"log",
"objc",
"once_cell",
"scopeguard",
"url",
"windows 0.44.0",
]
[[package]]
name = "ttf-parser"
version = "0.15.2"