diff options
| author | Fuwn <[email protected]> | 2022-07-17 20:33:49 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-07-17 20:33:49 -0700 |
| commit | cd6ecdd3b7eee6f1e792f78739695524b24e93fb (patch) | |
| tree | 2a8d07ddfb21e42370165526b0df26088a277ec6 /Cargo.toml | |
| parent | feat(static): update index content (diff) | |
| download | locus-cd6ecdd3b7eee6f1e792f78739695524b24e93fb.tar.xz locus-cd6ecdd3b7eee6f1e792f78739695524b24e93fb.zip | |
feat(api): sydney version api
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |