aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-08 19:55:54 -0700
committerFuwn <[email protected]>2022-06-08 19:55:54 -0700
commit9811fc16b0087b2c091581601ebd79be982f16d1 (patch)
treea75f6bb2d089665caadd39caa5d26322e262b339 /Cargo.toml
parentdeps(windmark): 0.1.14 -> 0.1.15 (diff)
downloadlocus-9811fc16b0087b2c091581601ebd79be982f16d1.tar.xz
locus-9811fc16b0087b2c091581601ebd79be982f16d1.zip
feat(robots): dynamic robots.txt module
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"