mirror of
https://github.com/tokio-rs/axum.git
synced 2025-09-28 05:20:46 +00:00

* Replace async-graphql with link to async-graphql's own examples * exclude async-graphql directory * does this fix it? * apparently this needs to be sorted as well * Update .github/workflows/CI.yml Co-authored-by: Jonas Platte <jplatte+git@posteo.de> Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
5 lines
81 B
TOML
5 lines
81 B
TOML
[workspace]
|
|
members = ["*"]
|
|
exclude = ["async-graphql", "target"]
|
|
resolver = "2"
|