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) ───