rust-postgres/Cargo.toml
2014-08-05 23:57:25 -07:00

32 lines
570 B
TOML

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