push #120

Merged
philipp merged 1 commits from fix into staging 2024-01-01 17:51:46 +01:00

View File

@ -24,3 +24,5 @@ ics = "0.5"
futures = "0.3" futures = "0.3"
lettre = "0.11" lettre = "0.11"
[target.'cfg(not(windows))'.dependencies]
openssl = { version = "0.10", features = [ "vendored" ] }