rust-postgres/Cargo.toml
2014-07-18 09:14:10 -07:00

32 lines
577 B
TOML

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