~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.
105fdfeb
—
Peter John 1 year ago
Merge pull request #246 from krant/master
- Cargo.toml +1 -1
Cargo.toml
CHANGED
|
@@ -67,7 +67,7 @@ walkdir = "2.3.2"
|
|
|
67
67
|
rust-embed-impl = { version = "8.4.0", path = "impl"}
|
|
68
68
|
rust-embed-utils = { version = "8.4.0", path = "utils"}
|
|
69
69
|
|
|
70
|
-
include-flate = { version = "0.
|
|
70
|
+
include-flate = { version = "0.3", optional = true }
|
|
71
71
|
actix-web = { version = "4", optional = true }
|
|
72
72
|
mime_guess = { version = "2", optional = true }
|
|
73
73
|
hex = { version = "0.4.3", optional = true }
|