Using serde_json
This commit is contained in:
@ -8,7 +8,8 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
threadpool = "1.0"
|
||||
json = "0.12.4"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0.64"
|
||||
openssl = {version = "0.10", features = ["vendored"]}
|
||||
chrono = "0.4"
|
||||
flate2 = "1.0.0"
|
||||
|
Reference in New Issue
Block a user