add auth persistence

This commit is contained in:
2026-01-12 15:59:04 +01:00
parent 76281892a2
commit b756204514
5 changed files with 836 additions and 262 deletions
+8 -6
View File
@@ -6,17 +6,19 @@ default-run = "backend"
[dependencies]
prost = "0.14.1"
prost-types = "0.14.1"
prost = "0.14"
prost-types = "0.14"
rocket = { git = "https://github.com/rwf2/Rocket", rev = "504efef179622df82ba1dbd37f2e0d9ed2b7c9e4" }
bytes = "1"
rocket_prost_responder_derive = { path = "rocket_prost_responder_derive" }
uuid = { version = "1.19.0", features = ["v4"] }
uuid = { version = "1.19", features = ["v4"] }
bcrypt = "0.17.1"
bincode = "2.0.1"
bincode = "2.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.12.24", features = ["json"] }
reqwest = { version = "0.13", features = ["json"] }
aes-gcm = "0.10"
base64 = "0.22"
[build-dependencies]
prost-build = "0.14.1"
prost-build = "0.14"