diff options
| author | Fuwn <[email protected]> | 2023-03-31 16:42:11 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-03-31 16:42:11 -0700 |
| commit | 0a568ba1d65130b1f046f95975c9c28588847b95 (patch) | |
| tree | 64bc6402c0ce829f39f6e87b0deb9f9c620fd6bf /Cargo.toml | |
| parent | deps(windmark): bump 0.2.3 -> 0.2.4 (diff) | |
| download | locus-0a568ba1d65130b1f046f95975c9c28588847b95.tar.xz locus-0a568ba1d65130b1f046f95975c9c28588847b95.zip | |
refactor(src): use response macros
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -26,7 +26,8 @@ pickledb = "0.5.1" # Database tantivy = "0.19.2" # Full-text Search Engine windmark = { version = "0.2.4", features = [ "logger", - "auto-deduce-mime" + "auto-deduce-mime", + "response-macros" ] } # Gemini Server Framework reqwest = { version = "0.10.10", features = ["blocking", "json"] } # HTTP Client serde_json = "1.0.79" # JSON Serialization |