rust-postgres/Cargo.toml
2014-07-02 20:28:54 -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 = "4ff35445a4b376009d0f365bd761c2c27c174c4c"
[dependencies.phf_mac]
git = "https://github.com/sfackler/rust-phf"
rev = "4ff35445a4b376009d0f365bd761c2c27c174c4c"