mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-28 00:00:20 +02:00
Re-integrate examples into the root workspace (#1466)
Co-authored-by: David Pedersen <[email protected]>
This commit is contained in:
co-authored by
David Pedersen
parent
e7eda0e416
commit
dc480f7b0e
+5
-6
@@ -1,8 +1,7 @@
|
||||
[workspace]
|
||||
members = [
|
||||
"axum",
|
||||
"axum-core",
|
||||
"axum-extra",
|
||||
"axum-macros",
|
||||
]
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user