feat(service): prefer recently/often used applications in search

This commit is contained in:
Thomas Ruprecht 2022-11-01 22:41:23 +01:00 committed by GitHub
parent f382690b28
commit 4eef0caae5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 225 additions and 25 deletions

1
Cargo.lock generated
View file

@ -1122,6 +1122,7 @@ dependencies = [
"anyhow",
"async-oneshot",
"async-trait",
"dirs 4.0.0",
"flume",
"futures",
"futures_codec",