2020-01-16 01:19:15 +01:00
|
|
|
[package]
|
|
|
|
name = "async_pg"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["dowwie <dkcdkg@gmail.com>"]
|
|
|
|
edition = "2018"
|
2020-01-31 13:10:56 +01:00
|
|
|
workspace = ".."
|
2020-01-16 01:19:15 +01:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
actix-rt = "1.0.0"
|
|
|
|
actix-web = "2.0.0"
|
2020-01-16 18:41:45 +01:00
|
|
|
config = "0.10.1"
|
|
|
|
deadpool-postgres = "0.5.0"
|
2020-01-16 01:19:15 +01:00
|
|
|
derive_more = "0.99.2"
|
2020-01-16 18:41:45 +01:00
|
|
|
dotenv = "0.15.0"
|
|
|
|
serde = { version = "1.0.104", features = ["derive"] }
|
2020-01-16 01:19:15 +01:00
|
|
|
tokio-pg-mapper = "0.1.4"
|
|
|
|
tokio-pg-mapper-derive = "0.1.4"
|
|
|
|
tokio-postgres = "0.5.1"
|