first implementation

This commit is contained in:
Tim Wundenberg
2023-04-21 18:10:58 +02:00
parent 90562b3834
commit 3607826c39
6 changed files with 1310 additions and 1 deletions

View File

@@ -6,3 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = { version = "0.11.16", features = ["blocking"] }
dotenv_codegen = "0.15.0"
serde_json = "1.0.96"
regex = "1.7.3"
log = "0.4.17"