Skip to content

Commit cd33795

Browse files
committed
Add metadata and switch to registry packages
1 parent 6de89ea commit cd33795

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Cargo.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
[package]
22
name = "r2d2_postgres"
3-
version = "0.0.0"
3+
version = "0.0.1"
44
authors = ["Steven Fackler <[email protected]>"]
5+
license = "MIT"
6+
description = "Postgres support for the r2d2 connection pool"
7+
repository = "https://github.com/sfackler/r2d2-postgres"
8+
documentation = "https://sfackler.github.io/doc/r2d2_postgres"
9+
keywords = ["postgres", "sql", "pool", "database"]
510

611
[lib]
712
name = "r2d2_postgres"
@@ -15,5 +20,5 @@ path = "tests/test.rs"
1520
[dependencies.postgres]
1621
git = "https://github.com/sfackler/rust-postgres"
1722

18-
[dependencies.r2d2]
19-
git = "https://github.com/sfackler/r2d2"
23+
[dependencies]
24+
r2d2 = "*"

0 commit comments

Comments
 (0)