Display the list of registered clients

This commit is contained in:
2025-01-27 21:54:03 +01:00
parent 28b64b4475
commit 2c14281ae3
8 changed files with 147 additions and 8 deletions

View File

@ -22,4 +22,5 @@ mime_guess = "2.0.5"
askama = "0.12.1"
urlencoding = "2.1.3"
uuid = { version = "1.12.1", features = ["v4", "serde"] }
ipnet = { version = "2.11.0", features = ["serde"] }
ipnet = { version = "2.11.0", features = ["serde"] }
chrono = "0.4.39"