From d47b7563dfd5b0a163e2a912a10b5ea432bb8c89 Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Wed, 18 Dec 2024 19:36:04 -0600 Subject: implement version list --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e25f08b..7770ba5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,9 @@ edition = "2021" [dependencies] chrono = { version = "0.4.39", default-features = false, features = ["std", "alloc", "clock", "now", "serde"] } +log = "0.4.22" regex = "1.11.1" +reqwest = "0.12.9" serde = { version = "1.0.216", features = ["derive"] } serde_json = "1.0.133" +tokio = { version = "1.42.0", features = ["fs"] } -- cgit v1.2.3-70-g09d2