axum-playground/Cargo.toml
2021-12-29 11:24:13 -06:00

23 lines
691 B
TOML

[package]
name = "axum-playground"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = "0.4"
axum-liveview = { version = "0.1", git = "https://github.com/davidpdrsn/axum-liveview", branch = "main"}
base64 = "0.13"
bincode = { version = "2.0.0-alpha.2", features = ["derive"] }
console-subscriber = "0.1"
serde = { version = "1", features = ["derive"] }
tokio = { version = "1", features = ["full", "tracing"] }
tower = "0.4"
tower-http = { version = "0.2", features = ["trace"] }
tower-service = "0.3"
tracing = "0.1"
tracing-error = "0.2"
tracing-log = "0.1"
tracing-subscriber = "0.3"