use serde_json for JSON parsing

This commit is contained in:
Smitty 2021-05-29 16:58:11 -04:00
parent 10a9f9f2ca
commit 2939ad9918
3 changed files with 51 additions and 49 deletions

View file

@ -10,5 +10,5 @@ description = "A library for working with Wikidata in Rust"
[dependencies]
chrono = { version = "0.4.19", features = ["std", "serde"], default-features = false }
serde = { version = "1.0.126", features = ["derive"] }
json = "0.12.4"
serde_json = "1.0.64"
lazy_static = "1.4.0"