Fix rust-embed: enable interpolate-folder-path in workspace
Some checks failed
BotServer CI / build (push) Failing after 11s

- Enable interpolate-folder-path in workspace rust-embed dependency
- Required for RustEmbed to expand $CARGO_MANIFEST_DIR variable
This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-02-06 11:36:31 -03:00
parent 974e1e688a
commit 03a03c3a3f

View file

@ -196,7 +196,7 @@ csv = "1.3"
tonic = { version = "0.14.2", default-features = false } tonic = { version = "0.14.2", default-features = false }
# ─── STATIC FILES ─── # ─── STATIC FILES ───
rust-embed = "8.5" rust-embed = { version = "8.5", features = ["interpolate-folder-path"] }
mime_guess = "2.0" mime_guess = "2.0"
# ─── TAURI (Desktop/Mobile) ─── # ─── TAURI (Desktop/Mobile) ───