rust-postgres/Cargo.toml
2014-07-09 20:50:01 -07:00

26 lines
513 B
TOML

[package]
name = "rust-postgres"
version = "0.0.0"
authors = [ "Steven Fackler <sfackler@gmail.com>" ]
[[lib]]
name = "postgres"
path = "src/lib/lib.rs"
[dependencies.openssl]
git = "https://github.com/sfackler/rust-openssl"
rev = "ad915f13ae2ad4217c18328a618ad696fb7014e1"
[dependencies.phf]
git = "https://github.com/sfackler/rust-phf"
rev = "cb4ed93175b656f442802c27e039add8e2b86723"
[dependencies.phf_mac]
git = "https://github.com/sfackler/rust-phf"
rev = "cb4ed93175b656f442802c27e039add8e2b86723"