feat(recent): Get recently-used files without GTK dependency

This commit is contained in:
Michael Aaron Murphy 2022-03-27 20:10:39 +02:00 committed by Michael Murphy
parent 7b98785c27
commit ade8dc1950
5 changed files with 68 additions and 418 deletions

View file

@ -10,7 +10,6 @@ publish = false
async-pidfd = "0.1.4"
fork = "0.1.19"
freedesktop-desktop-entry = "0.5.0"
gtk = "0.15.4"
human_format = "1.0.3"
human-sort = "0.2.2"
new_mime_guess = "4.0.1"
@ -35,6 +34,7 @@ dirs = "4.0.0"
futures = "0.3.21"
reqwest = "0.11.10"
bytes = "1.1.0"
recently-used-xbel = "1.0.0"
[dependencies.tokio]
version = "1.17.0"