summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2025-01-11 01:50:48 -0600
committerLibravatar bigfoot547 <[email protected]>2025-01-11 01:50:48 -0600
commit9f1a7c45dcee1268f6b222dd2fac4ec083a34d9a (patch)
treeee47b18270a1f4df74b2951a86cad5e7d36ce003 /Cargo.toml
parentuntested moment (remove reqwest) (diff)
re-add reqwest (mistakes were made)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5fc092e..467e6aa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,9 +6,10 @@ edition = "2021"
[dependencies]
chrono = { version = "0.4.39", default-features = false, features = ["std", "alloc", "clock", "now", "serde"] }
const_format = "0.2.34"
-curl = { version = "0.4.47", features = ["http2"] }
+futures = "0.3.31"
log = "0.4.22"
regex = "1.11.1"
+reqwest = { version = "0.12.12", features = ["stream"] }
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.133"
sha1_smol = { version = "1.0.1", features = ["alloc", "std", "serde"] }