summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2024-12-18 19:36:04 -0600
committerLibravatar bigfoot547 <[email protected]>2024-12-18 19:42:40 -0600
commitd47b7563dfd5b0a163e2a912a10b5ea432bb8c89 (patch)
treef9d2af3b8a6536d4a76661f69b32129f4ce362f9 /Cargo.toml
parentmore stuff (diff)
implement version list
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
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"] }