axum-debug: Move axum dependency to dev-dependencies (#506)

This commit is contained in:
Jonas Platte 2021-11-13 17:38:09 +01:00 committed by GitHub
parent c7b8813c47
commit 89db85d202
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ proc-macro = true
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "1.0", features = ["full"] }
axum = { path = "../axum", version = "0.3" }
[dev-dependencies]
axum = { path = "../axum", version = "0.3" }
trybuild = "1.0"

View file

@ -77,8 +77,8 @@
//!
//! Macros in this crate have no effect when using release profile. (eg. `cargo build --release`)
//!
//! [`axum`]: axum
//! [`Handler`]: axum::handler::Handler
//! [`axum`]: https://docs.rs/axum/0.3
//! [`Handler`]: https://docs.rs/axum/0.3/axum/handler/trait.Handler.html
//! [`debug_handler`]: macro@debug_handler
#![warn(