rust-postgres/Cargo.toml

22 lines
396 B
TOML
Raw Normal View History

2014-06-25 19:21:01 +00:00
[package]
name = "rust-postgres"
version = "0.10.0"
authors = [ "Steven Fackler <sfackler@gmail.com>" ]
[[lib]]
name = "postgres"
path = "src/lib.rs"
[dependencies.openssl]
git = "https://github.com/sfackler/rust-openssl"
2014-06-25 20:12:36 +00:00
ref = "5fb236128c4c552ace49c2d1f72a8996ee8d05d6"
2014-06-25 19:21:01 +00:00
[dependencies.phf_mac]
git = "https://github.com/sfackler/rust-phf"
2014-06-25 20:12:36 +00:00
ref = "09e8d0a3375af00a08a632922e4024337a58fc57"
2014-06-25 19:21:01 +00:00