server: Implement handling of households
This commit is contained in:
parent
66249a5e82
commit
9747260aab
6 changed files with 222 additions and 6 deletions
|
|
@ -22,6 +22,8 @@ migration = { path = "./migration" }
|
|||
thiserror = "1.0.40"
|
||||
tower-http = { version = "0.4.0", features = ["cors", "fs"] }
|
||||
sha2 = "0.10"
|
||||
uuid = { version = "1.3", features = ["v4"] }
|
||||
sea-query = "0.28"
|
||||
|
||||
[dependencies.sea-orm]
|
||||
version = "0.11"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue