Implement support for serving webui

This commit is contained in:
Mathias Wagner
2025-09-09 09:53:30 +02:00
parent 1936304e56
commit efe4549f82
3 changed files with 64 additions and 10 deletions

View File

@@ -12,5 +12,5 @@ serde_json = "1.0"
bcrypt = "0.17.1"
uuid = { version = "1.0", features = ["v4", "serde"] }
chrono = { version = "0.4", features = ["serde"] }
tower-http = { version = "0.6.6", features = ["cors"] }
tower-http = { version = "0.6.6", features = ["cors", "fs"] }
anyhow = "1.0"