-
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "bb8" | ||
version = "0.4.2" | ||
authors = ["Dirkjan Ochtman <[email protected]>", "Kyle Huey <[email protected]>"] | ||
description = "Full-featured async (tokio) connection pooling, based on r2d2" | ||
description = "Full-featured async (tokio-based) connection pool (like r2d2)" | ||
license = "MIT" | ||
repository = "https://github.com/djc/bb8" | ||
edition = "2018" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "bb8-postgres" | ||
version = "0.4.0" | ||
authors = ["Dirkjan Ochtman <[email protected]>", "Kyle Huey <[email protected]>"] | ||
description = "r2d2-postgres, but for async tokio based connections" | ||
description = "Full-featured async (tokio-based) postgres connection pool (like r2d2)" | ||
license = "MIT" | ||
repository = "https://github.com/khuey/bb8" | ||
edition = "2018" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ authors = [ | |
"Daniel Smith <[email protected]>", | ||
"Kyle Huey <[email protected]>" | ||
] | ||
description = "r2d2-redis, but for async tokio based connections" | ||
description = "Full-featured async (tokio-based) redis connection pool (like r2d2)" | ||
license = "MIT" | ||
repository = "https://github.com/khuey/bb8" | ||
edition = "2018" | ||
|