Fix keyword typo.
This commit is contained in:
parent
c5e2620d0f
commit
f1c2562873
@ -20,7 +20,7 @@ include = [
|
|||||||
"**/*.md",
|
"**/*.md",
|
||||||
"Cargo.toml"
|
"Cargo.toml"
|
||||||
]
|
]
|
||||||
keywords = [ "scripting", "scripting-engine", "scripting language", "embedded" ]
|
keywords = [ "scripting", "scripting-engine", "scripting-language", "embedded" ]
|
||||||
categories = [ "no-std", "embedded", "wasm", "parser-implementations" ]
|
categories = [ "no-std", "embedded", "wasm", "parser-implementations" ]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
Loading…
Reference in New Issue
Block a user