axum/Cargo.toml

15 lines
535 B
TOML
Raw Normal View History

[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"
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" }