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.


46e64b3pyros2097 2018-03-16T21:25:12+05:30
add badges
Files changed (1) hide show
  1. Cargo.toml +8 -1
Cargo.toml CHANGED
@@ -18,4 +18,11 @@ walkdir = "2.1.4"
18
18
  rocket = "0.3.6"
19
19
  rocket_codegen = "0.3.6"
20
20
  rocket_contrib = "0.3.6"
21
- rouille = "2.1.0"
21
+ rouille = "2.1.0"
22
+
23
+ [badges]
24
+ appveyor = { repository = "pyros2097/rust-embed" }
25
+ travis-ci = { repository = "pyros2097/rust-embed" }
26
+ is-it-maintained-issue-resolution = { repository = "pyros2097/rust-embed" }
27
+ is-it-maintained-open-issues = { repository = "pyros2097/rust-embed" }
28
+ maintenance = { status = "passively-maintained" }