Skip to content

Commit 7e15613

Browse files
committed
Add Cargo.toml
1 parent 74e2fb0 commit 7e15613

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/doc/
22
/build/
33
/Makefile
4+
/target/

Cargo.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[package]
2+
3+
name = "rust-postgres"
4+
version = "0.10.0"
5+
authors = [ "Steven Fackler <sfackler@gmail.com>" ]
6+
7+
[[lib]]
8+
9+
name = "postgres"
10+
path = "src/lib.rs"
11+
12+
[dependencies.openssl]
13+
14+
git = "https://github.com/sfackler/rust-openssl"
15+
16+
[dependencies.phf_mac]
17+
18+
git = "https://github.com/sfackler/rust-phf"
19+

0 commit comments

Comments
 (0)