Skip to content

Commit

Permalink
Extend allow list.
Browse files Browse the repository at this point in the history
  • Loading branch information
daemontus committed Mar 15, 2024
1 parent ffaf75d commit c936ac2
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 @@ -19,7 +19,7 @@ biodivine-lib-bdd = ">=0.5.6, <1.0.0"
biodivine-lib-param-bn = ">=0.5.0, <1.0.0"
lazy_static = "1.4.0"
regex = "1.10.2"
tauri = { version = "1.4", features = [ "window-set-focus", "window-set-size", "window-close", "window-create", "dialog-all", "shell-open"] }
tauri = { version = "1.4", features = [ "window-set-focus", "window-set-size", "window-close", "window-create", "dialog-all", "shell-open", "path-all"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

Expand Down

0 comments on commit c936ac2

Please sign in to comment.