Refactor for global error type

This commit is contained in:
2024-07-22 18:36:48 -04:00
Unverified
parent 4bd3112816
commit cb63e7d538
9 changed files with 48 additions and 37 deletions

View File

@@ -14,4 +14,5 @@ emojis = "0.6.2"
chrono = { version = "0.4.24", features = ["serde"] }
sqlx = { version = "0.7", features = [ "runtime-tokio", "tls-rustls", "mysql", "chrono" ] }
dotenvy = "0.15"
realm_auth = { path = "../auth" }
realm_auth = { path = "../auth" }
realm_shared = { path = "../shared" }