fix ups: include all crates in workspace

This commit is contained in:
David Pedersen 2022-03-08 21:32:54 +01:00
parent dfa2e3b09f
commit 19eda2f566

View File

@ -4,5 +4,5 @@ members = [
"axum-core", "axum-core",
"axum-extra", "axum-extra",
"axum-macros", "axum-macros",
# "examples/*", "examples/*",
] ]