Skip to content

Commit 0ea6eea

Browse files
committed
Add cargo metadata
1 parent 16c0955 commit 0ea6eea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

json/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
name = "serde_json"
33
version = "0.6.0"
44
authors = ["Erick Tryzelaar <[email protected]>"]
5+
license = "MIT/Apache-2.0"
6+
description = "A JSON serialization file format"
7+
repository = "https://github.com/serde-rs/json"
8+
documentation = "https://serde-rs.github.io/json/serde_json/"
9+
readme = "../README.md"
10+
keywords = ["json", "serde", "serialization"]
511

612
[dependencies]
713
num = "*"

0 commit comments

Comments
 (0)