Can register new clients

This commit is contained in:
2025-01-27 21:31:33 +01:00
parent bfbc2a690b
commit 28b64b4475
6 changed files with 114 additions and 18 deletions

View File

@ -20,4 +20,6 @@ rand = "0.9.0-beta.3"
rust-embed = "8.5.0"
mime_guess = "2.0.5"
askama = "0.12.1"
urlencoding = "2.1.3"
urlencoding = "2.1.3"
uuid = { version = "1.12.1", features = ["v4", "serde"] }
ipnet = { version = "2.11.0", features = ["serde"] }