mirror of
https://github.com/tokio-rs/axum.git
synced 2025-02-16 18:31:51 +01:00
* sort dependencies * check sorted deps on CI * this should fail * does caching matter? * fix sorting
14 lines
392 B
TOML
14 lines
392 B
TOML
[package]
|
|
name = "example-unix-domain-socket"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
axum = { path = "../../axum" }
|
|
futures = "0.3"
|
|
hyper = { version = "0.14", features = ["full"] }
|
|
tokio = { version = "1.0", features = ["full"] }
|
|
tower = { version = "0.4", features = ["util"] }
|
|
tracing = "0.1"
|
|
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|