2021-08-18 00:49:01 +02:00
|
|
|
[workspace]
|
2023-03-10 12:02:11 +01:00
|
|
|
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"]
|
2022-07-28 19:14:31 +02:00
|
|
|
resolver = "2"
|