fistinc-diesel-utils 0.1.1

Async pool and diesel types for Fist Inc bank
Documentation
[package]
name = "fistinc-diesel-utils"
version = "0.1.1"
edition = "2018"
authors = [
    "Roman Grigoriev <hjklvfr@list.ru>",
]
exclude = [".gitignore", ".idea/**", "*.iml", "target/**", ".gitlab-ci.yml"]
description = "Async pool and diesel types for Fist Inc bank"
license-file = "LICENSE"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
actix-threadpool = " 0.3.3"
diesel = { version = "1.4.8", features = ["chrono", "postgres", "r2d2"] }
r2d2 = "0.8.9"
chrono = { version = "0.4.19", features = ["serde"] }
fistinc-errors = "0.1.0"