mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-28 23:38:20 +01:00
43b14a5f02
Co-authored-by: Michael Scofield <mscofield0@tutanota.com> Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
11 lines
426 B
TOML
11 lines
426 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]
|
|
# for http 1.0. PR to update is merged but not published
|
|
headers = { git = "https://github.com/hyperium/headers", rev = "4400aa90c47a7" }
|