mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-22 07:08:16 +01:00
d9ef24c5ff
* 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>
4 lines
81 B
TOML
4 lines
81 B
TOML
[workspace]
|
|
members = ["*"]
|
|
exclude = ["async-graphql", "target"]
|
|
resolver = "2"
|