Structure of JSON generated

This commit is contained in:
Ollo
2023-08-18 23:06:17 +02:00
parent 57d8cdfd23
commit bccfc22770
2 changed files with 60 additions and 6 deletions

View File

@@ -17,3 +17,7 @@ datetime = "0.5.2"
# Necessary for web crawler
openssl = { version = "0.10", features = ["vendored"] }
reqwest = { version = "0.11", features = ["blocking", "json"] }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
# end of web stuff