mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-23 07:39:25 +01:00
254d8fde17
* Move `IntoResponse` to axum-core * Move `FromRequest` to axum-core * some clean up * Remove hyper dependency from axum-core * Fix docs reference * Use default * Update changelog * Remove mention of default type
8 lines
109 B
TOML
8 lines
109 B
TOML
[workspace]
|
|
members = [
|
|
"axum",
|
|
"axum-core",
|
|
"axum-debug",
|
|
"axum-extra",
|
|
"examples/*",
|
|
]
|