Skip to content

Commit

Permalink
add openssl dep
Browse files Browse the repository at this point in the history
  • Loading branch information
shanimal08 committed Nov 22, 2024
1 parent 506515c commit 195e971
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ minotari_wallet_grpc_client = { git = "https://github.com/tari-project/tari.git"
nix = { version = "0.29.0", features = ["signal"] }
nvml-wrapper = "0.10.0"
open = "5"
openssl = { version = "0.10", features = ["vendored"] }
phraze = "0.3.15"
rand = "0.8.5"
regex = "1.10.5"
Expand Down Expand Up @@ -113,10 +114,11 @@ release-ci-beta = ["tauri/custom-protocol"]

[package.metadata.cargo-machete]
ignored = [
"log4rs",
"xz2",
"libsqlite3-sys",
"minotari_wallet_grpc_client",
"hickory-client",
"hickory-proto",
"libsqlite3-sys",
"log4rs",
"minotari_wallet_grpc_client",
"openssl",
"xz2",
]

0 comments on commit 195e971

Please sign in to comment.