summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2025-01-15 22:36:17 -0600
committerLibravatar bigfoot547 <[email protected]>2025-01-15 22:37:06 -0600
commite5d13bf03a3b7e8444ae367689852fcd6633e221 (patch)
tree9361fdfb51764d9c16092000552671afc25aaeb6 /Cargo.toml
parentwip: asset index (diff)
assets done
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 467e6aa..965af54 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ const_format = "0.2.34"
futures = "0.3.31"
log = "0.4.22"
regex = "1.11.1"
-reqwest = { version = "0.12.12", features = ["stream"] }
+reqwest = { version = "0.12.12", features = ["json", "stream"] }
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.133"
sha1_smol = { version = "1.0.1", features = ["alloc", "std", "serde"] }