aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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 3137ff9..1073049 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -49,6 +49,9 @@ tantivy = "0.17.0"
# Temporary Files
tempfile = "3.3.0"
+# HTTP
+reqwest = { version = "0.11.10", features = ["blocking"] }
+
[build-dependencies]
# Templates
yarte = "0.15.6"