Skip to content

Commit

Permalink
add devtools to build to debug it
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiya1155 committed Aug 4, 2023
1 parent 17c872f commit 4b201de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tauri-build = { version = "1.4.0", features = [] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.4.1", features = ["dialog-open", "fs-all", "http-all", "native-tls-vendored", "os-all", "path-all", "process-all", "shell-all", "updater", "window-all"] }
tauri = { version = "1.4.1", features = ["dialog-open", "fs-all", "http-all", "native-tls-vendored", "os-all", "path-all", "process-all", "shell-all", "updater", "window-all", "devtools"] }
bleep = { path = "../../../server/bleep", package = "bleep" }
anyhow = "1.0.71"
tokio = { version = "1.29.1", features = ["rt-multi-thread"] }
Expand Down

0 comments on commit 4b201de

Please sign in to comment.