axum/Cargo.toml
David Pedersen 5d9b697be3 Move axum crate into workspace subfolder
Over time I imagine we're gonna have other crates in this repo that
provide utilities or integrations for axum. This prepares for that by
moving the main axum crate into its own folder.

The README situation is a bit annoying because we want `./README.md`
for viewing the repo on github but `axum/README.md` for crates.io. For
now I've just copy/pasted it and added CI step to make sure they're
identical.
2021-11-03 11:40:23 +01:00

5 lines
56 B
TOML

[workspace]
members = [
"axum",
"examples/*",
]