Skip to content

Commit 727f848

Browse files
committed
update cargo.toml
1 parent 30cef88 commit 727f848

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ authors = ["Bryan Chen <[email protected]>"]
55
description = "Simple JSON parser. Wasm / no_std ready."
66
license = "Apache-2.0"
77
edition = "2018"
8+
keywords = [ "json", "parser", "simple", "wasm", "no_std" ]
9+
repository = "https://github.com/xlc/lite-json"
10+
categories = [
11+
"no-std",
12+
]
813

914
[dependencies]
1015
paste = "0.1"

0 commit comments

Comments
 (0)