Partial trash implementation
This commit is contained in:
parent
174fc53e45
commit
1ba5be1116
6 changed files with 228 additions and 87 deletions
17
Cargo.lock
generated
17
Cargo.lock
generated
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue