mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-03 00:00:07 +02:00
17 lines
492 B
TOML
17 lines
492 B
TOML
[package]
|
|||
|
|
authors = ["Programatik <[email protected]>"]
|
||
|
|
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.1.0"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
axum = { path = "../axum" }
|
||
|
|
axum-debug-macros = { path = "../axum-debug-macros" }
|