rust-embed v8.11.0
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.
1952ef0
— fhoehle
2021-05-02T22:03:19+02:00
add license file to crate
- Cargo.toml +1 -0
Cargo.toml
CHANGED
|
@@ -6,6 +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
|
+
license-file = "license"
|
|
9
10
|
keywords = ["http", "rocket", "static", "web", "server"]
|
|
10
11
|
categories = ["web-programming", "filesystem"]
|
|
11
12
|
authors = ["pyros2097 <[email protected]>"]
|