diff options
| author | Fuwn <[email protected]> | 2022-06-15 19:51:03 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-15 19:51:03 -0700 |
| commit | eb13f1f9f9ceb5debbd52ff6e18bd55810883700 (patch) | |
| tree | 51a5b060b94fd80c4933a572a14aedbe98f31b8a /Cargo.toml | |
| parent | fix(docker): expose git context to docker (diff) | |
| download | locus-eb13f1f9f9ceb5debbd52ff6e18bd55810883700.tar.xz locus-eb13f1f9f9ceb5debbd52ff6e18bd55810883700.zip | |
revert(robots): local robots once again
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |