Defined what auth server should do

This commit is contained in:
2024-06-30 19:34:28 -04:00
Unverified
parent eb261b2865
commit 0894a10021
3 changed files with 55 additions and 1 deletions

View File

@@ -11,4 +11,5 @@ tokio = { version = "1.0", features = ["macros", "net", "rt-multi-thread"] }
tracing = "0.1.40"
serde = { version = "1.0.203", features = ["derive"] }
chrono = { version = "0.4.24", features = ["serde"] }
dotenvy = "0.15"
dotenvy = "0.15"
sqlx = { version = "0.7", features = [ "runtime-tokio", "tls-rustls", "mysql", "chrono" ] }