postgres-openssl 0.1.0

openssl support for the postgres crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "postgres-openssl"
version = "0.1.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "MIT"
description = "openssl support for the postgres crate"
categories = ["database"]

[dependencies]
openssl = "0.10.9"

postgres = { version = "0.15", path = "../postgres" }