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-07-01 02:58:11 +00:00
rev = "6c8008e9140a59819e268c049c9243ddb480ac24"
2014-06-25 19:21:01 +00:00
[dependencies.phf_mac]
git = "https://github.com/sfackler/rust-phf"
2014-06-29 21:11:38 +00:00
rev = "76d740dddfae265e633cb15a4af75e50d924f252"
2014-06-25 19:21:01 +00:00