rust-postgres/postgres-native-tls/Cargo.toml
Steven Fackler c70a03f9e6 Split out TLS implementations
This provides a lot more flexibility around version support, and unlike
the ToSql/FromSql implementations, these don't actually need to be in
postgres itself.
2018-05-28 10:42:21 -07:00

10 lines
197 B
TOML

[package]
name = "postgres-native-tls"
version = "0.1.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
[dependencies]
native-tls = "0.1"
postgres = { version = "0.15", path = "../postgres" }