~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.


c52b10e8 pyros2097

7 years ago
update readme to specify v3.0.0
Files changed (1) hide show
  1. readme.md +1 -1
readme.md CHANGED
@@ -13,7 +13,7 @@ You can use this to embed your css, js and images into a single executable which
13
13
 
14
14
  ```
15
15
  [dependencies]
16
- rust-embed="2.0.0"
16
+ rust-embed="3.0.0"
17
17
  ```
18
18
 
19
19
  ## Documentation