diff --git a/dashtool/Cargo.toml b/dashtool/Cargo.toml index 24d57bd..c1dba48 100644 --- a/dashtool/Cargo.toml +++ b/dashtool/Cargo.toml @@ -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"