aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-03-31 16:42:11 -0700
committerFuwn <[email protected]>2023-03-31 16:42:11 -0700
commit0a568ba1d65130b1f046f95975c9c28588847b95 (patch)
tree64bc6402c0ce829f39f6e87b0deb9f9c620fd6bf /Cargo.toml
parentdeps(windmark): bump 0.2.3 -> 0.2.4 (diff)
downloadlocus-0a568ba1d65130b1f046f95975c9c28588847b95.tar.xz
locus-0a568ba1d65130b1f046f95975c9c28588847b95.zip
refactor(src): use response macros
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dd43a02..5baddf9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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