diff options
| author | Fuwn <[email protected]> | 2023-03-31 23:55:20 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-03-31 23:55:20 +0000 |
| commit | 687f3778f2fed2fe4aba8027c215ce91c54648ed (patch) | |
| tree | 3358e7db7f4287bcc7bc2e8deeb22e94bfeaffae /Cargo.toml | |
| parent | fix(cargo): response-macros feature flag (diff) | |
| download | windmark-687f3778f2fed2fe4aba8027c215ce91c54648ed.tar.xz windmark-687f3778f2fed2fe4aba8027c215ce91c54648ed.zip | |
feat(router): expose response to post-route callback
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ [package] name = "windmark" -version = "0.2.4" +version = "0.2.5" authors = ["Fuwn <[email protected]>"] edition = "2021" description = "An elegant and highly performant async Gemini server framework" |