rust-postgres/Cargo.toml
2014-07-05 10:12:22 -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 = "6c8008e9140a59819e268c049c9243ddb480ac24"
[dependencies.phf]
git = "https://github.com/sfackler/rust-phf"
rev = "473131ff05b5ea215a3fa336e1c89687a764b727"
[dependencies.phf_mac]
git = "https://github.com/sfackler/rust-phf"
rev = "473131ff05b5ea215a3fa336e1c89687a764b727"