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 = "bfd8fa2d4c494b1dbbaf6a57ee195cd8c8c0ab76"
|
|
|
|
[dependencies.phf_mac]
|
|
|
|
git = "https://github.com/sfackler/rust-phf"
|
|
rev = "bfd8fa2d4c494b1dbbaf6a57ee195cd8c8c0ab76"
|
|
|