From 03a03c3a3fe9605ff370f5cf30f7d6f1ba9e7646 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Fri, 6 Feb 2026 11:36:31 -0300 Subject: [PATCH] Fix rust-embed: enable interpolate-folder-path in workspace - Enable interpolate-folder-path in workspace rust-embed dependency - Required for RustEmbed to expand $CARGO_MANIFEST_DIR variable --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0196728..d6be85d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -196,7 +196,7 @@ csv = "1.3" tonic = { version = "0.14.2", default-features = false } # ─── STATIC FILES ─── -rust-embed = "8.5" +rust-embed = { version = "8.5", features = ["interpolate-folder-path"] } mime_guess = "2.0" # ─── TAURI (Desktop/Mobile) ───