r2d2_arangors 0.2.2

ArangoDB support for the r2d2 connection pool
Documentation
[package]
name = "r2d2_arangors"
version = "0.2.2"
authors = ["Rafael Aggeler <r.aggeler@gmx.net>"]
license = "MIT"
description = "ArangoDB support for the r2d2 connection pool"
repository = "https://github.com/inzanez/r2d2-arangors"
edition = "2018"

[dependencies]
arangors = { version = ">=0.4.3", features = ["reqwest_blocking"], default-features = false }
r2d2 = "0.8.8"