Skip to content

Commit

Permalink
Add cargo metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
erickt committed Aug 31, 2015
1 parent 16c0955 commit 0ea6eea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
name = "serde_json"
version = "0.6.0"
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
license = "MIT/Apache-2.0"
description = "A JSON serialization file format"
repository = "https://github.com/serde-rs/json"
documentation = "https://serde-rs.github.io/json/serde_json/"
readme = "../README.md"
keywords = ["json", "serde", "serialization"]

[dependencies]
num = "*"
Expand Down

0 comments on commit 0ea6eea

Please sign in to comment.