From 687f3778f2fed2fe4aba8027c215ce91c54648ed Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 31 Mar 2023 23:55:20 +0000 Subject: feat(router): expose response to post-route callback --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 24c2a45..990c0a6 100644 --- a/README.md +++ b/README.md @@ -18,18 +18,18 @@ Check out an example starter project # Cargo.toml [dependencies] -windmark = "0.2.4" +windmark = "0.2.5" tokio = { version = "0.2.4", features = ["full"] } # If you would like to use the built-in logger (recommended) -# windmark = { version = "0.2.4", features = ["logger"] } +# windmark = { version = "0.2.5", features = ["logger"] } # 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"] } +# windmark = { version = "0.2.5", features = ["auto-deduce-mime"] } # If you would like to use macro-based responses (as seen below) -# windmark = { version = "0.2.4", features = ["response-macros"] } +# windmark = { version = "0.2.5", features = ["response-macros"] } ``` ### Implement a Windmark server -- cgit v1.2.3