rust-postgres/Cargo.toml

22 lines
395 B
TOML
Raw Normal View History

2014-06-25 19:21:01 +00:00
[package]
name = "rust-postgres"
2014-06-26 05:13:01 +00:00
version = "0.0.0"
2014-06-25 19:21:01 +00:00
authors = [ "Steven Fackler <sfackler@gmail.com>" ]
[[lib]]
name = "postgres"
path = "src/lib.rs"
[dependencies.openssl]
git = "https://github.com/sfackler/rust-openssl"
2014-06-26 06:04:25 +00:00
ref = "bfd8fa2d4c494b1dbbaf6a57ee195cd8c8c0ab76"
2014-06-25 19:21:01 +00:00
[dependencies.phf_mac]
git = "https://github.com/sfackler/rust-phf"
2014-06-26 05:13:01 +00:00
ref = "bfd8fa2d4c494b1dbbaf6a57ee195cd8c8c0ab76"
2014-06-25 19:21:01 +00:00