asdf98 commited on
Commit
5197a0f
·
verified ·
1 Parent(s): 68032ff

feat: add opener crate for OS file manager reveal

Browse files
Files changed (1) hide show
  1. src-tauri/Cargo.toml +1 -0
src-tauri/Cargo.toml CHANGED
@@ -41,6 +41,7 @@ chrono = { version = "0.4", features = ["serde"] }
41
  screenshots = "0.8"
42
  sha2 = "0.10"
43
  zip = { version = "2.4", default-features = false, features = ["deflate"] }
 
44
 
45
  [target."cfg(not(any(target_os = \"android\", target_os = \"ios\")))".dependencies]
46
  tauri-plugin-global-shortcut = "2"
 
41
  screenshots = "0.8"
42
  sha2 = "0.10"
43
  zip = { version = "2.4", default-features = false, features = ["deflate"] }
44
+ opener = "0.7"
45
 
46
  [target."cfg(not(any(target_os = \"android\", target_os = \"ios\")))".dependencies]
47
  tauri-plugin-global-shortcut = "2"