~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.
df3b84d8
—
pyros2097 7 years ago
release 0.5.0
- Cargo.lock +1 -1
- Cargo.toml +1 -1
Cargo.lock
CHANGED
|
@@ -361,7 +361,7 @@ dependencies = [
|
|
|
361
361
|
|
|
362
362
|
[[package]]
|
|
363
363
|
name = "rust-embed"
|
|
364
|
-
version = "0.
|
|
364
|
+
version = "0.5.0"
|
|
365
365
|
dependencies = [
|
|
366
366
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
367
367
|
"rocket 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
Cargo.toml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "rust-embed"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.5.0"
|
|
4
4
|
description = "Rust Marco which loads files into the rust binary at compile time during release and loads the file from the fs during dev"
|
|
5
5
|
readme = "readme.md"
|
|
6
6
|
documentation = "https://docs.rs/rust-embed"
|