added framework for auth server

This commit is contained in:
DJMrTV 2025-01-19 14:14:48 +01:00
commit 7582f36795
7 changed files with 620 additions and 21 deletions

View file

@ -4,7 +4,13 @@ version = "0.1.0"
edition = "2021"
[dependencies]
bytemuck = "1.21.0"
bytemuck = { version = "1.21.0", features = ["derive"] }
dotenv = "0.15.0"
once_cell = "1.20.2"
rc4 = "0.1.0"
thiserror = "2.0.11"
v_byte_macros = { git = "https://github.com/DJMrTV/VByteMacros" }
simplelog = "0.12.2"
chrono = "0.4.39"
log = "0.4.25"
anyhow = "1.0.95"