From f4896f4d800f3b3df97d2cdc9b1a5fa7683110de Mon Sep 17 00:00:00 2001 From: philipp Date: Mon, 1 Jan 2024 17:51:23 +0100 Subject: [PATCH] push --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index c911cf6..3c8d50b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,3 +24,5 @@ ics = "0.5" futures = "0.3" lettre = "0.11" +[target.'cfg(not(windows))'.dependencies] +openssl = { version = "0.10", features = [ "vendored" ] } -- 2.45.2