mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-21 14:46:32 +01:00
7 lines
269 B
TOML
7 lines
269 B
TOML
[workspace]
|
|
members = ["axum", "axum-*", "examples/*"]
|
|
# Only check / build main crates by default (check all with `--workspace`)
|
|
default-members = ["axum", "axum-*"]
|
|
# Example has been deleted, but README.md remains
|
|
exclude = ["examples/async-graphql"]
|
|
resolver = "2"
|