mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
20 lines
455 B
TOML
20 lines
455 B
TOML
[package]
|
|
name = "async_pg"
|
|
version = "0.1.0"
|
|
authors = ["dowwie <dkcdkg@gmail.com>"]
|
|
edition = "2018"
|
|
workspace = ".."
|
|
|
|
[dependencies]
|
|
actix-rt = "1.0.0"
|
|
actix-web = "2.0.0"
|
|
config = "0.10.1"
|
|
deadpool-postgres = "0.5.0"
|
|
derive_more = "0.99.2"
|
|
dotenv = "0.15.0"
|
|
serde = { version = "1.0.104", features = ["derive"] }
|
|
tokio = { version = "0.2.11", features = ["signal"] }
|
|
tokio-pg-mapper = "0.1.4"
|
|
tokio-pg-mapper-derive = "0.1.4"
|
|
tokio-postgres = "0.5.1"
|