Adds creating logins

Signed-off-by: Ash Svitan <selfsigned-ash@proton.me>
This commit is contained in:
2026-04-30 21:35:10 +02:00
parent efb661c32a
commit 3719b63d73
4 changed files with 99 additions and 23 deletions
+1
View File
@@ -6,3 +6,4 @@ edition = "2024"
[dependencies]
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
regex = "1.12.3"