mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-21 22:56:46 +01:00
5d9b697be3
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.
5 lines
56 B
TOML
5 lines
56 B
TOML
[workspace]
|
|
members = [
|
|
"axum",
|
|
"examples/*",
|
|
]
|