Skip to content

Commit

Permalink
use openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKaul committed Feb 29, 2024
1 parent f76e9ae commit ef9fb72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dashtool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@ shellexpand = "3.1.0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
dirs = { version = "5.0.1" }

[target.'cfg(target_os = "macos")'.dependencies]
openssl = { version = "*" }

[dev-dependencies]
tempfile = "3.8.1"

0 comments on commit ef9fb72

Please sign in to comment.