rust-postgres/postgres-openssl/Cargo.toml

10 lines
192 B
TOML
Raw Normal View History

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