axum/Cargo.toml
David Pedersen a16ea65031
Add axum-extra crate (#536)
* 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
2021-11-17 20:00:32 +00:00

7 lines
92 B
TOML

[workspace]
members = [
"axum",
"axum-debug",
"axum-extra",
"examples/*",
]