mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-29 00:00:18 +02:00
Exclude broken example from workspace
This commit is contained in:
+6
-2
@@ -2,8 +2,12 @@
|
||||
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"]
|
||||
exclude = [
|
||||
# Example has been deleted, but README.md remains
|
||||
"examples/async-graphql",
|
||||
# Dependency bug, fixed on main - DO NOT MERGE
|
||||
"examples/diesel-async-postgres"
|
||||
]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
|
||||
Reference in New Issue
Block a user