Merge pull request #41 from wunki/cargo

Add Cargo file
This commit is contained in:
Steven Fackler
2014-06-25 13:33:30 -07:00
2 changed files with 22 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
/doc/
/build/
/Makefile
/target/

21
Cargo.toml Normal file
View File

@@ -0,0 +1,21 @@
[package]
name = "rust-postgres"
version = "0.10.0"
authors = [ "Steven Fackler <sfackler@gmail.com>" ]
[[lib]]
name = "postgres"
path = "src/lib.rs"
[dependencies.openssl]
git = "https://github.com/sfackler/rust-openssl"
ref = "5fb236128c4c552ace49c2d1f72a8996ee8d05d6"
[dependencies.phf_mac]
git = "https://github.com/sfackler/rust-phf"
ref = "09e8d0a3375af00a08a632922e4024337a58fc57"