server: Implement handling of households

This commit is contained in:
traxys 2023-05-29 00:15:55 +02:00
parent 66249a5e82
commit 9747260aab
6 changed files with 222 additions and 6 deletions

View file

@ -7,3 +7,4 @@ edition = "2021"
[dependencies]
serde = { version = "1.0.163", features = ["derive"] }
uuid = "1.3.3"