2021-08-18 00:49:01 +02:00
|
|
|
[workspace]
|
2023-03-10 12:02:11 +01:00
|
|
|
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"]
|
2022-07-28 19:14:31 +02:00
|
|
|
resolver = "2"
|
2023-03-24 15:11:30 +01:00
|
|
|
|
|
|
|
[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" }
|