anshdadhich commited on
Commit
6059683
·
verified ·
1 Parent(s): 6b3d6e4

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

Browse files
fastsearch-tauri/src-tauri/Cargo.toml CHANGED
@@ -5,14 +5,15 @@ description = "FastSeek - macOS Spotlight-style file search for Windows"
5
  authors = ["anshdadhich"]
6
  license = "MIT"
7
  edition = "2021"
8
- rust-version = "1.70"
9
 
10
  [build-dependencies]
11
- tauri-build = { version = "1.5", features = [] }
12
 
13
  [dependencies]
14
- tauri = { version = "1.6", features = ["shell-open", "system-tray"] }
15
- rdev = "0.5"
 
16
  serde = { version = "1", features = ["derive"] }
17
  serde_json = "1"
18
  once_cell = "1.19"
 
5
  authors = ["anshdadhich"]
6
  license = "MIT"
7
  edition = "2021"
8
+ rust-version = "1.77.2"
9
 
10
  [build-dependencies]
11
+ tauri-build = { version = "2", features = [] }
12
 
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"