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-01 02:58:11 +00:00
rev = "6c8008e9140a59819e268c049c9243ddb480ac24"
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-05 17:12:22 +00:00
rev = "473131ff05b5ea215a3fa336e1c89687a764b727"
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-05 17:12:22 +00:00
rev = "473131ff05b5ea215a3fa336e1c89687a764b727"