mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-08 00:00:24 +02:00
Fix session cookie example (#638)
* refactor: refine session cookie example * refactor: refine session_cookie extraction * refactor: avoid to_owned() * chore: refine debug log Co-authored-by: 荒野無燈 <[email protected]>
This commit is contained in:
@@ -5,7 +5,7 @@ edition = "2018"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
axum = { path = "../../axum" }
|
||||
axum = { path = "../../axum", features = ["headers"] }
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version="0.3", features = ["env-filter"] }
|
||||
|
||||
Reference in New Issue
Block a user