From f881b7470fa8dc66633272c0e698f46b9a1ac6d0 Mon Sep 17 00:00:00 2001 From: Adam <56338480+adastx@users.noreply.github.com> Date: Sun, 17 Jul 2022 17:33:46 +0200 Subject: Working version --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index fc76ecb..514539c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +reqwest = { version = "0.11", features = ["blocking"] } +serde = { version = "1.0.104", features = ["derive"] } +serde_json = "1.0.48" -- cgit v1.2.3-70-g09d2