1
0
mirror of https://github.com/actix/examples synced 2025-01-23 14:24:35 +01:00

16 lines
378 B
TOML
Raw Normal View History

2020-01-15 19:19:15 -05:00
[package]
name = "async_pg"
2022-02-02 01:45:20 +00:00
version = "1.0.0"
2022-02-02 01:43:51 +00:00
edition = "2021"
2020-01-15 19:19:15 -05:00
[dependencies]
actix-web.workspace = true
config = "0.13"
deadpool-postgres = { version = "0.12", features = ["serde"] }
2023-01-02 20:38:03 +00:00
derive_more.workspace = true
2023-10-29 01:48:04 +01:00
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"