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


bd7b743e pyros2097

4 years ago
Merge pull request #141 from pyros2097/remove-license-file
Files changed (1) hide show
  1. Cargo.toml +0 -1
Cargo.toml CHANGED
@@ -6,7 +6,6 @@ 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
- license-file = "license"
10
9
  keywords = ["http", "rocket", "static", "web", "server"]
11
10
  categories = ["web-programming", "filesystem"]
12
11
  authors = ["pyros2097 <pyros2097@gmail.com>"]