c5dfed46
—
Gal Schlezinger 6 years ago
typo
- render/Cargo.toml +1 -1
- render_macros/Cargo.toml +1 -1
render/Cargo.toml
CHANGED
|
@@ -8,7 +8,7 @@ readme = "../README.md"
|
|
|
8
8
|
repository = "https://github.com/Schniz/render.rs"
|
|
9
9
|
keywords = ["jsx", "rsx", "html", "render", "template"]
|
|
10
10
|
categories = ["template-engine"]
|
|
11
|
-
|
|
11
|
+
license = "MIT"
|
|
12
12
|
|
|
13
13
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
14
14
|
|
render_macros/Cargo.toml
CHANGED
|
@@ -8,7 +8,7 @@ readme = "../README.md"
|
|
|
8
8
|
repository = "https://github.com/Schniz/render.rs"
|
|
9
9
|
keywords = ["macro"]
|
|
10
10
|
categories = []
|
|
11
|
-
|
|
11
|
+
license = "MIT"
|
|
12
12
|
|
|
13
13
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
14
14
|
|