Create user repository

This commit is contained in:
2025-01-29 05:11:43 +00:00
parent 93aba69035
commit 9166818299
17 changed files with 2757 additions and 19 deletions

View File

@@ -4,9 +4,11 @@ version = "0.1.0"
edition = "2021"
[dependencies]
async-trait = "0.1.85"
diesel = { version = "2.2.6", default_features = false }
diesel-async = { version = "0.5.2", features = ["bb8"] }
diesel_migrations = "2.2.0"
rotom_core = { path = "../rotom_core" }
thiserror = "2.0.11"
[features]