1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/databases/postgres/Cargo.toml
dependabot[bot] a9d49dcf25
Bump config from 0.13.3 to 0.13.4 (#671)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2023-12-04 18:02:38 +00:00

16 lines
378 B
TOML

[package]
name = "async_pg"
version = "1.0.0"
edition = "2021"
[dependencies]
actix-web.workspace = true
config = "0.13"
deadpool-postgres = { version = "0.11", features = ["serde"] }
derive_more.workspace = true
dotenvy.workspace = true
serde = { version = "1.0.137", features = ["derive"] }
tokio-pg-mapper = "0.2.0"
tokio-pg-mapper-derive = "0.2.0"
tokio-postgres = "0.7.6"