diff options
| author | Fuwn <[email protected]> | 2022-06-08 19:55:54 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-08 19:55:54 -0700 |
| commit | 9811fc16b0087b2c091581601ebd79be982f16d1 (patch) | |
| tree | a75f6bb2d089665caadd39caa5d26322e262b339 /Cargo.toml | |
| parent | deps(windmark): 0.1.14 -> 0.1.15 (diff) | |
| download | locus-9811fc16b0087b2c091581601ebd79be982f16d1.tar.xz locus-9811fc16b0087b2c091581601ebd79be982f16d1.zip | |
feat(robots): dynamic robots.txt module
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |