When I try to add this dependency, I got:
error: no matching package found
searched package name: `axum_debug`
perhaps you meant: axum-debug
location searched: registry `crates-io`
How could I handle this?
When I try to add this dependency, I got:
error: no matching package found
searched package name: `axum_debug`
perhaps you meant: axum-debug
location searched: registry `crates-io`
How could I handle this?
Have you tried adding the axum-debug
crate (with a hyphen)?
Turns out to be the crate has been replaced by axum_macros. And yes I should use hyphen...
Thank you!
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.