Fix rust-embed: enable interpolate-folder-path in workspace
Some checks failed
BotServer CI / build (push) Failing after 11s
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:
parent
974e1e688a
commit
03a03c3a3f
1 changed files with 1 additions and 1 deletions
|
|
@ -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) ───
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue