frontend: embed assets into binary

This commit is contained in:
Lennart
2024-10-31 15:22:49 +01:00
parent 9be551b7d4
commit d53dda26e6
5 changed files with 190 additions and 42 deletions

View File

@@ -16,4 +16,7 @@ thiserror = { workspace = true }
tokio = { workspace = true }
actix-web = { workspace = true }
rustical_store = { workspace = true }
actix-files = "0.6"
rust-embed.workspace = true
futures-core.workspace = true
hex.workspace = true
mime_guess.workspace = true