Files
axum/axum-debug/Cargo.toml
T

20 lines
464 B
TOML
Raw Normal View History

2021-11-11 17:18:40 +03:00
[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"
2021-12-09 10:52:31 +01:00
version = "0.3.2"
2021-11-11 17:18:40 +03:00
2021-11-11 17:33:33 +01:00
[lib]
proc-macro = true
2021-11-11 17:18:40 +03:00
[dependencies]
2021-11-11 17:33:33 +01:00
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "1.0", features = ["full"] }