Implement search backend
This commit is contained in:
parent
e6f8fdd1e6
commit
c5bff149c0
5 changed files with 302 additions and 74 deletions
|
|
@ -16,6 +16,7 @@ env_logger = "0.11"
|
|||
freedesktop_entry_parser = { version = "1.3", optional = true }
|
||||
fs_extra = "1.3"
|
||||
gio = { version = "0.19", optional = true }
|
||||
ignore = "0.4"
|
||||
image = "0.24"
|
||||
once_cell = "1.19"
|
||||
open = "5.0.2"
|
||||
|
|
@ -25,6 +26,8 @@ log = "0.4"
|
|||
mime_guess = "2"
|
||||
notify-debouncer-full = "0.3"
|
||||
paste = "1.0"
|
||||
rayon = "1"
|
||||
regex = "1"
|
||||
serde = { version = "1", features = ["serde_derive"] }
|
||||
shlex = { version = "1.3" }
|
||||
tokio = { version = "1", features = ["sync"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue