feat(storage): profile + profile_terms CRUD with Default-profile guardrails

This commit is contained in:
2026-04-19 20:43:56 +01:00
parent 3f784313aa
commit d8a5b9bef1
3 changed files with 418 additions and 5 deletions

View File

@@ -15,3 +15,6 @@ tokio = { version = "1", features = ["rt", "sync", "macros"] }
# Logging
log = "0.4"
# UUIDs for profile + profile_terms ids (v7 random).
uuid = { version = "1", features = ["v4"] }