aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-15 19:51:03 -0700
committerFuwn <[email protected]>2022-06-15 19:51:03 -0700
commiteb13f1f9f9ceb5debbd52ff6e18bd55810883700 (patch)
tree51a5b060b94fd80c4933a572a14aedbe98f31b8a /Cargo.toml
parentfix(docker): expose git context to docker (diff)
downloadlocus-eb13f1f9f9ceb5debbd52ff6e18bd55810883700.tar.xz
locus-eb13f1f9f9ceb5debbd52ff6e18bd55810883700.zip
revert(robots): local robots once again
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 1211c06..478c966 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,7 @@ windmark = { version = "0.1.16", features = [
"logger",
"auto-deduce-mime"
] } # Gemini Server Framework
-reqwest = { version = "0.11.10", features = ["blocking"] } # HTTP Client
+# reqwest = { version = "0.11.10", features = ["blocking"] } # HTTP Client
serde_json = "1.0.79" # JSON Serialization
log = "0.4.16" # Logging Macros
pretty_env_logger = "0.4.0" # Pretty Log Printing