22 lines
395 B
TOML
22 lines
395 B
TOML
[package]
|
|
|
|
name = "rust-postgres"
|
|
version = "0.0.0"
|
|
authors = [ "Steven Fackler <sfackler@gmail.com>" ]
|
|
|
|
[[lib]]
|
|
|
|
name = "postgres"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies.openssl]
|
|
|
|
git = "https://github.com/sfackler/rust-openssl"
|
|
rev = "b3d9e98fa178b2f8bf28c00a215eecee068e1b3e"
|
|
|
|
[dependencies.phf_mac]
|
|
|
|
git = "https://github.com/sfackler/rust-phf"
|
|
rev = "76d740dddfae265e633cb15a4af75e50d924f252"
|
|
|