rust-embed v8.11.0

#rust#proc-macro#http

git clone https://git.pyrossh.dev/rust-embed

rust macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.


b11ef88Peter 2018-11-07T17:51:49+05:30
Update readme.md
Files changed (1) hide show
  1. readme.md +1 -1
readme.md CHANGED
@@ -11,7 +11,7 @@ You can use this to embed your css, js and images into a single executable which
11
11
 
12
12
  ## Installation
13
13
 
14
- ```
14
+ ```toml
15
15
  [dependencies]
16
16
  rust-embed="4.1.0"
17
17
  ```