feat: implement frecency tracking for app usage and enhance search functionality
This commit is contained in:
@@ -3,4 +3,8 @@ name = "plugin-files"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[lib]
|
||||
name = "plugin_files"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
|
||||
0
crates/plugins/plugin-files/src/lib.rs
Normal file
0
crates/plugins/plugin-files/src/lib.rs
Normal file
@@ -1,3 +0,0 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
Reference in New Issue
Block a user