mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-04 05:54:40 +01:00
12 lines
258 B
TOML
12 lines
258 B
TOML
|
[package]
|
||
|
name = "example-reverse-proxy"
|
||
|
version = "0.1.0"
|
||
|
edition = "2018"
|
||
|
|
||
|
[dependencies]
|
||
|
axum = { path = "../.." }
|
||
|
hyper = { version = "0.14", features = ["full"] }
|
||
|
tokio = { version = "1", features = ["full"] }
|
||
|
tracing = "0.1"
|
||
|
tracing-subscriber = "0.2"
|