aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-04-06 05:54:22 +0000
committerFuwn <[email protected]>2023-04-06 05:54:22 +0000
commit0f16e32d934a3c83efa82ab3c205dcdbd3397645 (patch)
tree69c782dcbcff708fad7c45d937809d9c152c5dde /Cargo.toml
parentrefactor(router): no need for pin (diff)
downloadwindmark-0f16e32d934a3c83efa82ab3c205dcdbd3397645.tar.xz
windmark-0f16e32d934a3c83efa82ab3c205dcdbd3397645.zip
feat(macros): async response macros
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0fade46..d1bf6e5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,3 +38,5 @@ regex = "1.5.5"
matchit = "0.6.0"
tree_magic = { version = "0.2.3", optional = true } # MIME
+
+paste = "1.0.12" # Token Pasting