summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: a68aaab16a8175aa8e1ae8eb2a1a9cd04d6de44e (plain)
1
2
3
4
5
6
7
[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"