aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-01-26 16:59:20 +0100
committerRuben Beltran del Rio <git@r.bdr.sh>2025-01-26 16:59:20 +0100
commitaece0e58f930f908dd06181c04ed40a1da4ee9c8 (patch)
treef7c71baf3ea12d2eba3106876b07e288cbad266c /Cargo.toml
parentb09ac886b7c6ca5f2248de1798a121b6d48bd858 (diff)
Add sourcehut build
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 cb0850d..e2c8ce5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,7 @@ path = "src/main.rs"
[dependencies]
clap = { version = "4.5.2", features = ["derive"] }
percent-encoding = "2.3.1"
-reqwest = { version = "0.11", features = ["json"] }
+reqwest = { version = "0.11", features = ["json", "native-tls", "native-tls-vendored"] }
scraper = "0.19.0"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"