add shutters page first work

This commit is contained in:
Romulus21
2025-03-09 00:28:14 +01:00
parent 298ed6a6c9
commit c10fd3aa51
8 changed files with 432 additions and 4 deletions

View File

@@ -18,6 +18,7 @@ sqlx = { version = "0.8", features = [
"mysql",
"chrono",
], optional = true }
reqwest = { version = "0.12", features = ["json"] }
mail-send = { version = "0.4.7", optional = true }
regex = { version = "1.10", optional = true }