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


46e64b3d pyros2097

7 years ago
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" }