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

15 lines
335 B
TOML
Raw Normal View History

[package]
name = "example-tokio-postgres"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
axum = { path = "../../axum" }
2024-12-10 10:36:47 +07:00
bb8 = "0.9.0"
bb8-postgres = "0.9.0"
2022-06-10 08:59:17 +02:00
tokio = { version = "1.0", features = ["full"] }
tokio-postgres = "0.7.2"
2022-06-10 08:59:17 +02:00
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }