Skip to content

Commit

Permalink
updated Cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Oct 7, 2023
1 parent a0c595d commit 1b8e1c7
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 32 deletions.
83 changes: 51 additions & 32 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ features = ["json"]
version = "0.6.4"
features = ["windows_dpi_awareness", "windows_visual_styles"]

[dependencies.openssl]
version = "0.10.57"

[features]
# by default Tauri runs in production mode
# when `tauri dev` runs it is executed with `cargo run --no-default-features` if `devPath` is an URL
Expand Down

0 comments on commit 1b8e1c7

Please sign in to comment.