rust-postgres/Cargo.toml

26 lines
513 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/lib.rs"
2014-06-25 19:21:01 +00:00
[dependencies.openssl]
git = "https://github.com/sfackler/rust-openssl"
2014-07-07 16:23:22 +00:00
rev = "ad915f13ae2ad4217c18328a618ad696fb7014e1"
2014-06-25 19:21:01 +00:00
2014-07-02 02:57:26 +00:00
[dependencies.phf]
git = "https://github.com/sfackler/rust-phf"
2014-07-10 03:50:01 +00:00
rev = "cb4ed93175b656f442802c27e039add8e2b86723"
2014-07-02 02:57:26 +00:00
2014-06-25 19:21:01 +00:00
[dependencies.phf_mac]
git = "https://github.com/sfackler/rust-phf"
2014-07-10 03:50:01 +00:00
rev = "cb4ed93175b656f442802c27e039add8e2b86723"