We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74e2fb0 commit 7e15613Copy full SHA for 7e15613
2 files changed
.gitignore
@@ -1,3 +1,4 @@
1
/doc/
2
/build/
3
/Makefile
4
+/target/
Cargo.toml
@@ -0,0 +1,19 @@
+[package]
+
+name = "rust-postgres"
+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