use serde_json for JSON parsing
This commit is contained in:
parent
10a9f9f2ca
commit
2939ad9918
3 changed files with 51 additions and 49 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue