mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-25 00:00:23 +02:00
More docs and expand key_value_store example
This commit is contained in:
@@ -20,6 +20,7 @@ thiserror = "1.0"
|
||||
tower = { version = "0.4", features = ["util", "buffer"] }
|
||||
tower-http = { version = "0.1", features = ["add-extension"] }
|
||||
regex = "1.5"
|
||||
tokio = { version = "1", features = ["time"] }
|
||||
|
||||
[dev-dependencies]
|
||||
hyper = { version = "0.14", features = ["full"] }
|
||||
@@ -39,4 +40,6 @@ features = [
|
||||
"compression-full",
|
||||
"fs",
|
||||
"trace",
|
||||
"redirect",
|
||||
"auth",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user