aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-07-17 20:33:49 -0700
committerFuwn <[email protected]>2022-07-17 20:33:49 -0700
commitcd6ecdd3b7eee6f1e792f78739695524b24e93fb (patch)
tree2a8d07ddfb21e42370165526b0df26088a277ec6 /Cargo.toml
parentfeat(static): update index content (diff)
downloadlocus-cd6ecdd3b7eee6f1e792f78739695524b24e93fb.tar.xz
locus-cd6ecdd3b7eee6f1e792f78739695524b24e93fb.zip
feat(api): sydney version api
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 d0d8c81..c9baf8d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,7 +28,7 @@ windmark = { version = "0.1.19", features = [
"logger",
"auto-deduce-mime"
] } # Gemini Server Framework
-# reqwest = { version = "0.11.10", features = ["blocking"] } # HTTP Client
+reqwest = { version = "0.11.10", features = ["blocking", "json"] } # HTTP Client
serde_json = "1.0.79" # JSON Serialization
log = "0.4.16" # Logging Macros
pretty_env_logger = "0.4.0" # Pretty Log Printing