[+] serde_json library

This commit is contained in:
Azalea Gui
2023-02-16 20:35:34 -05:00
parent 9687fc391b
commit a7cf931742
2 changed files with 340 additions and 2 deletions
+4 -1
View File
@@ -6,4 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
hyper = "0.14.24"
hyper = { version = "0.14", features = ["full"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["full"] }