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

4
Cargo.lock generated
View file

@ -62,6 +62,7 @@ name = "api"
version = "0.1.0"
dependencies = [
"serde",
"uuid",
]
[[package]]
@ -2254,6 +2255,7 @@ dependencies = [
"jwt-simple",
"migration",
"sea-orm",
"sea-query",
"serde",
"sha2",
"thiserror",
@ -2261,6 +2263,7 @@ dependencies = [
"tower-http",
"tracing",
"tracing-subscriber",
"uuid",
]
[[package]]
@ -3358,6 +3361,7 @@ version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "345444e32442451b267fc254ae85a209c64be56d2890e601a0c37ff0c3c5ecd2"
dependencies = [
"getrandom",
"serde",
]