fix-boatdamage #123

Merged
philipp merged 4 commits from fix-boatdamage into main 2024-01-01 18:55:38 +01:00
Showing only changes of commit d1420961a0 - 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" ] }