rust-postgres/Cargo.toml
2014-08-02 19:10:45 -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 = "f79814a6abfa3bc5d739825643ea4ecee0a3aa8a"
[dependencies.phf_mac]
git = "https://github.com/sfackler/rust-phf"
rev = "f79814a6abfa3bc5d739825643ea4ecee0a3aa8a"