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.


ac40a18pyros2097 2018-02-26T21:26:16+05:30
fix cargo checks
Files changed (1) hide show
  1. Cargo.toml +1 -1
Cargo.toml CHANGED
@@ -6,7 +6,7 @@ readme = "readme.md"
6
6
  documentation = "https://docs.rs/rust-embed"
7
7
  repository = "https://github.com/pyros2097/rust-embed"
8
8
  license = "MIT"
9
- keywords = ["http", "hyper", "actix-web", "rocket", "static", "web", "server"]
9
+ keywords = ["http", "rocket", "static", "web", "server"]
10
10
  categories = ["web-programming::http-server"]
11
11
  authors = ["pyros2097 <[email protected]>"]
12
12