~repos /tide-jsx

#rust#proc-macro#jsx

git clone https://pyrossh.dev/repos/tide-jsx.git

Tide + JSX


c5dfed46 Gal Schlezinger

6 years ago
typo
Files changed (2) hide show
  1. render/Cargo.toml +1 -1
  2. 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
- licesne = "MIT"
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
- licesne = "MIT"
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