diff --git a/Cargo.toml b/Cargo.toml index 787cecf..6fe4ff8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ tokio = { workspace = true, features = ["sync", "time"] } reqwest = { workspace = true, features = ["json", "rustls-tls"], optional = true } # Optional: i18n -rust-embed = { workspace = true, optional = true } +rust-embed = { workspace = true, optional = true, features = ["debug-embed"] } [dev-dependencies] tokio = { workspace = true, features = ["rt", "macros"] }