feat: Create API endpoints for register, approve and poll

This commit is contained in:
2026-06-25 16:06:00 +05:30
parent 122f6dc617
commit 977e5bc2c8
5 changed files with 249 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ axum = "0.8.9"
base64 = "0.22.1"
dotenvy = "0.15.7"
ed25519-dalek = "2.2.0"
rand = "0.10.1"
rand = "0.8"
serde = "1.0.228"
serde_json = "1.0.150"
sha2 = "0.11.0"