feat(files): Convert to Rust

This commit is contained in:
Michael Aaron Murphy 2021-08-18 13:34:30 +02:00
parent bc1fc717b1
commit d29268d8be
10 changed files with 194 additions and 228 deletions

14
Cargo.lock generated
View file

@ -566,6 +566,18 @@ dependencies = [
"wasi",
]
[[package]]
name = "human-sort"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "140a09c9305e6d5e557e2ed7cbc68e05765a7d4213975b87cb04920689cc6219"
[[package]]
name = "human_format"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86cce260d758a9aa3d7c4b99d55c815a540f8a37514ba6046ab6be402a157cb0"
[[package]]
name = "ident_case"
version = "1.0.1"
@ -796,6 +808,8 @@ dependencies = [
"freedesktop-desktop-entry",
"futures-lite",
"futures_codec",
"human-sort",
"human_format",
"new_mime_guess",
"pop-launcher",
"postage",