disable rowers in logbook if they are on water

This commit is contained in:
2023-09-23 22:13:48 +02:00
parent cbe77ebf0e
commit d102e57b09
5 changed files with 49 additions and 5 deletions

View File

@ -20,3 +20,4 @@ serde_json = "1.0"
chrono = { version = "0.4", features = ["serde"]}
tera = { version = "1.18", features = ["date-locale"], optional = true}
ics = "0.5"
futures = "0.3"