feat: implement frecency tracking for app usage and enhance search functionality

This commit is contained in:
2026-03-15 17:05:05 +01:00
parent f5dd303b79
commit dbce15bfd5
11 changed files with 357 additions and 57 deletions

View File

@@ -7,10 +7,6 @@ edition = "2024"
name = "plugin_calc"
path = "src/lib.rs"
[[bin]]
name = "plugin-calc"
path = "src/main.rs"
[dependencies]
async-trait = { workspace = true }
evalexpr = "11"