mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-22 23:30:29 +01:00
11 lines
236 B
TOML
11 lines
236 B
TOML
|
[package]
|
||
|
name = "listen-multiple-addrs"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
publish = false
|
||
|
|
||
|
[dependencies]
|
||
|
axum = { path = "../../axum" }
|
||
|
hyper = { version = "0.14", features = ["full"] }
|
||
|
tokio = { version = "1", features = ["full"] }
|