Files
rust-postgres/Cargo.toml
Steven Fackler 42123f7765 Extract tests to a separate crate
This ensures that we're only testing public API and speeds up the
development process.
2014-06-30 21:30:39 -07:00

22 lines
399 B
TOML

[package]
name = "rust-postgres"
version = "0.0.0"
authors = [ "Steven Fackler <sfackler@gmail.com>" ]
[[lib]]
name = "postgres"
path = "src/lib/lib.rs"
[dependencies.openssl]
git = "https://github.com/sfackler/rust-openssl"
rev = "6c8008e9140a59819e268c049c9243ddb480ac24"
[dependencies.phf_mac]
git = "https://github.com/sfackler/rust-phf"
rev = "76d740dddfae265e633cb15a4af75e50d924f252"