mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-21 22:56:46 +01:00
14 lines
535 B
TOML
14 lines
535 B
TOML
[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" }
|