rust-postgres/postgres-native-tls/Cargo.toml
2018-06-25 21:25:49 -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.2"
postgres = { version = "0.15", path = "../postgres" }