Skip to content

Commit

Permalink
feat: add initial middleware support (#32)
Browse files Browse the repository at this point in the history
Also, fix router PathParams not being properly populated.
  • Loading branch information
m4tx authored Sep 24, 2024
1 parent 5027745 commit c04e7e3
Show file tree
Hide file tree
Showing 8 changed files with 394 additions and 44 deletions.
134 changes: 134 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@ syn = { version = "2.0.74", features = ["full", "extra-traits"] }
thiserror = "1.0.61"
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] }
tower = "0.5.1"
tower-sessions = "0.13.0"
trybuild = { version = "1.0.99", features = ["diff"] }
1 change: 1 addition & 0 deletions flareon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ sqlx.workspace = true
thiserror.workspace = true
tokio.workspace = true
tower.workspace = true
tower-sessions.workspace = true

[dev-dependencies]
async-stream.workspace = true
Expand Down
Loading

0 comments on commit c04e7e3

Please sign in to comment.