helge 2.0.0

Tiny wrapper around r2d2::Pool and diesel ConnectionManager to ease use in async contexts
Documentation
[dependencies.diesel]
features = ["postgres", "r2d2"]
version = "2.0.0"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
features = ["rt"]
version = "1.20"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.20"

[package]
description = "Tiny wrapper around r2d2::Pool and diesel ConnectionManager to ease use in async contexts\n"
edition = "2021"
license = "MIT"
name = "helge"
readme = "README.md"
repository = "https://github.com/nicrgren/helge"
resolver = "2"
version = "2.0.0"