[workspace] 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" [patch.crates-io] # https://github.com/tower-rs/tower-http/pull/348 tower-http = { git = "https://github.com/tower-rs/tower-http", rev = "8734fc4438828" } # for `Frame::map_data` http-body = { git = "https://github.com/hyperium/http-body", rev = "7bf321acbb422" }