mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-22 07:08:16 +01:00
11 lines
211 B
TOML
11 lines
211 B
TOML
|
[package]
|
||
|
name = "example-anyhow-error-response"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
publish = false
|
||
|
|
||
|
[dependencies]
|
||
|
anyhow = "1.0"
|
||
|
axum = { path = "../../axum" }
|
||
|
tokio = { version = "1.0", features = ["full"] }
|