add new rows based on the json response
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
reqwest = "0.13.3"
|
||||
reqwest = { version = "0.13.3", features = ["blocking"] }
|
||||
serde = "1.0.228"
|
||||
serde_derive = "1.0.228"
|
||||
serde_json = "1.0.145"
|
||||
|
||||
Reference in New Issue
Block a user