~repos /rust-embed
git clone https://pyrossh.dev/repos/rust-embed.git
rust macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.
ba611a02
—
AzureMarker 4 years ago
Enable the util crate's include-exclude feature when necessary
- Cargo.toml +1 -1
Cargo.toml
CHANGED
|
@@ -55,7 +55,7 @@ sha2 = "0.9"
|
|
|
55
55
|
debug-embed = ["rust-embed-impl/debug-embed", "rust-embed-utils/debug-embed"]
|
|
56
56
|
interpolate-folder-path = ["rust-embed-impl/interpolate-folder-path"]
|
|
57
57
|
compression = ["rust-embed-impl/compression", "include-flate"]
|
|
58
|
-
include-exclude = ["rust-embed-impl/include-exclude"]
|
|
58
|
+
include-exclude = ["rust-embed-impl/include-exclude", "rust-embed-utils/include-exclude"]
|
|
59
59
|
nightly = ["rocket"]
|
|
60
60
|
actix = ["actix-web", "mime_guess"]
|
|
61
61
|
warp-ex = ["warp", "tokio", "mime_guess"]
|