Add Cargo.toml
This commit is contained in:
parent
74e2fb0276
commit
7e1561335f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/doc/
|
||||
/build/
|
||||
/Makefile
|
||||
/target/
|
||||
|
19
Cargo.toml
Normal file
19
Cargo.toml
Normal file
@ -0,0 +1,19 @@
|
||||
[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"
|
||||
|
||||
[dependencies.phf_mac]
|
||||
|
||||
git = "https://github.com/sfackler/rust-phf"
|
||||
|
Loading…
Reference in New Issue
Block a user