rust-postgres/Cargo.toml

31 lines
552 B
TOML
Raw Normal View History

2014-06-25 19:21:01 +00:00
[package]
2014-08-11 00:38:47 +00:00
name = "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"
2014-08-03 02:10:45 +00:00
path = "src/lib.rs"
2014-06-25 19:21:01 +00:00
2014-07-12 20:28:23 +00:00
[[test]]
name = "test"
2014-08-03 02:10:45 +00:00
path = "tests/test.rs"
2014-07-12 20:28:23 +00:00
2014-06-25 19:21:01 +00:00
[dependencies.openssl]
git = "https://github.com/sfackler/rust-openssl"
2014-08-10 20:08:02 +00:00
rev = "39343df472b4b0c99055d371f42beceeef527bd6"
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-08-09 06:36:20 +00:00
rev = "b2220d9a428049fb9c52b51c16d8f6b15cd02487"
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-08-09 06:36:20 +00:00
rev = "b2220d9a428049fb9c52b51c16d8f6b15cd02487"