rust-postgres/Cargo.toml

32 lines
577 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"
test = false
2014-06-25 19:21:01 +00:00
2014-07-12 20:28:23 +00:00
[[test]]
name = "test"
path = "src/test/test.rs"
2014-06-25 19:21:01 +00:00
[dependencies.openssl]
git = "https://github.com/sfackler/rust-openssl"
2014-07-11 20:59:06 +00:00
rev = "8696b091402f67a655c3b924c118392cb67540a3"
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-11 21:22:15 +00:00
rev = "a90e7cc22d8acfebf787726b5352dc39408a9800"
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-11 21:22:15 +00:00
rev = "a90e7cc22d8acfebf787726b5352dc39408a9800"