added framework for auth server
This commit is contained in:
parent
2296b42ea4
commit
7582f36795
7 changed files with 620 additions and 21 deletions
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue