Files
axum/examples/tokio-redis/Cargo.toml
T

14 lines
368 B
TOML
Raw Normal View History

[package]
name = "example-tokio-redis"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
axum = { path = "../../axum" }
2025-12-06 23:49:47 +09:00
bb8 = "0.9"
redis = { version = "1", default-features = false, features = ["tokio-comp", "bb8"] }
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }