From 66fa418e39c20695e3a1a9e08dcde898fcd3af7d Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 31 Mar 2023 22:14:34 +0000 Subject: fix(cargo): response-macros feature flag --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index cfa5808..24c2a45 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3