mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-01 00:50:32 +01:00
axum-debug: Move axum dependency to dev-dependencies (#506)
This commit is contained in:
parent
c7b8813c47
commit
89db85d202
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue