From 9811fc16b0087b2c091581601ebd79be982f16d1 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 8 Jun 2022 19:55:54 -0700 Subject: feat(robots): dynamic robots.txt module --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3