main #124

Merged
philipp merged 8 commits from main into staging 2024-01-01 21:05:14 +01:00
Showing only changes of commit 54e02b7ea1 - Show all commits

View File

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