fix #119

Merged
philipp merged 13 commits from fix into main 2024-01-01 18:37:05 +01:00
Showing only changes of commit 54e02b7ea1 - Show all commits

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" ] }