diff options
| author | Fuwn <[email protected]> | 2023-04-06 05:54:22 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-04-06 05:54:22 +0000 |
| commit | 0f16e32d934a3c83efa82ab3c205dcdbd3397645 (patch) | |
| tree | 69c782dcbcff708fad7c45d937809d9c152c5dde /Cargo.toml | |
| parent | refactor(router): no need for pin (diff) | |
| download | windmark-0f16e32d934a3c83efa82ab3c205dcdbd3397645.tar.xz windmark-0f16e32d934a3c83efa82ab3c205dcdbd3397645.zip | |
feat(macros): async response macros
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |