~repos /rust-embed

#rust#proc-macro#http

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.


2a1e14f0 Peter John

4 years ago
Merge pull request #151 from pyros2097/fix/resolver-v2
Files changed (1) hide show
  1. 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"]