start of logging in auth

gonna move on now, kind of want testing but its gonna have to be another day
This commit is contained in:
2024-07-27 00:07:16 -04:00
Unverified
parent 1ccc039819
commit 41b27f018d
3 changed files with 77 additions and 26 deletions

View File

@@ -9,6 +9,7 @@ futures = "0.3"
tarpc = { version = "0.34.0", features = ["full"] }
tokio = { version = "1.0", features = ["macros", "net", "rt-multi-thread"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
serde = { version = "1.0.203", features = ["derive"] }
chrono = { version = "0.4.24", features = ["serde"] }
dotenvy = "0.15"