anshdadhich commited on
Commit
eb42d74
·
verified ·
1 Parent(s): 2917198

Upload fastsearch-tauri/src-tauri/Cargo.toml

Browse files
fastsearch-tauri/src-tauri/Cargo.toml CHANGED
@@ -13,12 +13,14 @@ tauri-build = { version = "2", features = [] }
13
  [dependencies]
14
  tauri = { version = "2", features = ["tray-icon"] }
15
  tauri-plugin-global-shortcut = "2"
16
- tauri-plugin-shell = "2"
17
  serde = { version = "1", features = ["derive"] }
18
  serde_json = "1"
19
  once_cell = "1.19"
20
  parking_lot = "0.12"
21
  crossbeam-channel = "0.5"
 
 
22
  fastsearch-core = { path = "../../fastsearch-core" }
23
 
24
  [features]
 
13
  [dependencies]
14
  tauri = { version = "2", features = ["tray-icon"] }
15
  tauri-plugin-global-shortcut = "2"
16
+ tauri-plugin-opener = "2"
17
  serde = { version = "1", features = ["derive"] }
18
  serde_json = "1"
19
  once_cell = "1.19"
20
  parking_lot = "0.12"
21
  crossbeam-channel = "0.5"
22
+ lz4_flex = "0.11"
23
+ bincode = "1.3"
24
  fastsearch-core = { path = "../../fastsearch-core" }
25
 
26
  [features]