rust-postgres/Cargo.toml

23 lines
410 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>" ]
2014-08-16 21:26:04 +00:00
[lib]
2014-06-25 19:21:01 +00:00
name = "postgres"
2014-08-03 02:10:45 +00:00
path = "src/lib.rs"
2014-08-13 03:14:21 +00:00
test = false
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-07-02 02:57:26 +00:00
[dependencies.phf]
git = "https://github.com/sfackler/rust-phf"
2014-06-25 19:21:01 +00:00
[dependencies.phf_mac]
git = "https://github.com/sfackler/rust-phf"