mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-27 01:31:23 +01:00
a16ea65031
* Add `axum-extra` crate Empty for now but now we have a place to put stuff. I'll make a PR for moving over https://github.com/davidpdrsn/axum-resource. * remove `authors` field from `Cargo.toml`s
7 lines
92 B
TOML
7 lines
92 B
TOML
[workspace]
|
|
members = [
|
|
"axum",
|
|
"axum-debug",
|
|
"axum-extra",
|
|
"examples/*",
|
|
]
|