Embed UI templates and static assets into binary; simplify deployment to single file; Update script files

This commit is contained in:
2026-04-27 13:35:50 +08:00
parent 02fa9d612c
commit 05a30d2227
11 changed files with 435 additions and 529 deletions

View File

@@ -48,6 +48,7 @@ aws-smithy-types = { workspace = true }
async-trait = { workspace = true }
rand = "0.8"
tera = { workspace = true }
rust-embed = { version = "8", features = ["debug-embed", "include-exclude", "interpolate-folder-path"] }
cookie = { workspace = true }
subtle = { workspace = true }
clap = { workspace = true }