1
0
Fork 0
mirror of https://github.com/tokio-rs/axum.git synced 2025-01-27 10:19:14 +01:00
axum/Cargo.toml
Jonas Platte dc480f7b0e
Re-integrate examples into the root workspace ()
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
2023-03-10 12:02:11 +01:00

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"