mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-04 02:01:23 +01:00
44a49cb199
- Make macro handle more cases such as mutable extractors and handlers taking `self` ([#518]) [#518]: https://github.com/tokio-rs/axum/pull/518
24 lines
566 B
TOML
24 lines
566 B
TOML
[package]
|
|
categories = ["development-tools::debugging"]
|
|
description = "Better error messages for axum framework."
|
|
edition = "2018"
|
|
homepage = "https://github.com/tokio-rs/axum"
|
|
keywords = ["axum", "debugging", "debug"]
|
|
license = "MIT"
|
|
name = "axum-debug"
|
|
readme = "README.md"
|
|
repository = "https://github.com/tokio-rs/axum"
|
|
version = "0.2.1"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0"
|
|
quote = "1.0"
|
|
syn = { version = "1.0", features = ["full"] }
|
|
|
|
[dev-dependencies]
|
|
axum = { path = "../axum", version = "0.3" }
|
|
trybuild = "1.0"
|
|
rustversion = "1.0"
|