Changed from json to serde_json

Changed upvotes and downvotes to u64s.
This commit is contained in:
Uttarayan Mondal
2021-04-11 01:44:21 +05:30
parent a1c270b61a
commit 1d35e972d8
3 changed files with 24 additions and 17 deletions
+3 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "rapr"
version = "0.1.0"
version = "0.1.1"
authors = ["Uttarayan Mondal <uttarayan21@gmail.com>"]
edition = "2018"
@@ -10,6 +10,7 @@ edition = "2018"
derive-error = "0.0.5"
reqwest = "0.11.2"
json = "0.12.4"
tokio = { version = "1.4.0", features = ["full"] }
serde = "1.0.125"
serde_json = "1.0.64"