diff options
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 |