Files

14 lines
356 B
TOML
Raw Permalink Normal View History

2022-01-25 16:20:00 +01:00
[package]
name = "example-sqlx-postgres"
version = "0.1.0"
edition = "2021"
2022-01-25 16:20:00 +01:00
publish = false
[dependencies]
axum = { path = "../../axum" }
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
2022-03-06 12:37:00 +01:00
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
2022-01-25 16:20:00 +01:00
2024-09-27 16:50:52 +00:00
sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "any", "postgres"] }