Skip to content

Commit

Permalink
add cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjj1024 committed Sep 27, 2024
1 parent 40539ac commit 2efb1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2021"
tauri-build = { version = "1", features = [] }

[dependencies]
tauri = { version = "1", features = [ "path-all", "protocol-all", "dialog-all", "clipboard-all", "fs-all", "http-all", "window-all", "shell-open"] }
tauri = { version = "1", features = [ "path-all", "protocol-all", "dialog-all", "clipboard-all", "fs-all", "http-all", "window-all", "shell-open", "devtools"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
base64 = "0.22.1"
Expand Down

0 comments on commit 2efb1b2

Please sign in to comment.