1
0
Fork 0
mirror of https://github.com/tokio-rs/axum.git synced 2025-01-26 01:44:54 +01:00
axum/examples/Cargo.toml
David Pedersen d9ef24c5ff
Replace async-graphql with link to async-graphql's own examples ()
* 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>
2022-08-09 14:56:50 +00:00

4 lines
81 B
TOML

[workspace]
members = ["*"]
exclude = ["async-graphql", "target"]
resolver = "2"