diff options
| author | Fuwn <[email protected]> | 2023-03-31 22:14:34 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-03-31 22:14:34 +0000 |
| commit | 66fa418e39c20695e3a1a9e08dcde898fcd3af7d (patch) | |
| tree | 7be79d0886df9b6934c5834c27828cd207a92b95 /README.md | |
| parent | feat(response): macro-based responses (diff) | |
| download | windmark-0.2.4.tar.xz windmark-0.2.4.zip | |
fix(cargo): response-macros feature flagv0.2.4
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,6 +27,9 @@ tokio = { version = "0.2.4", features = ["full"] } # If you would like to use the built-in MIME dedection when `Success`-ing a file # (recommended) # windmark = { version = "0.2.4", features = ["auto-deduce-mime"] } + +# If you would like to use macro-based responses (as seen below) +# windmark = { version = "0.2.4", features = ["response-macros"] } ``` ### Implement a Windmark server |