Fix git repository URLs in contrib crates.

This commit is contained in:
Mathew Horner 2023-11-18 11:57:25 -06:00 committed by Sergio Benitez
parent 485c490b1f
commit 1b089bdb63
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ name = "rocket_db_pools_codegen"
version = "0.1.0"
authors = ["Sergio Benitez <sb@sergio.bz>", "Jeb Rosen <jeb@jebrosen.com>"]
description = "Procedural macros for rocket_db_pools."
repository = "https://github.com/rwf2/Rocket/contrib/db_pools"
repository = "https://github.com/rwf2/Rocket/tree/master/contrib/db_pools"
readme = "../README.md"
keywords = ["rocket", "framework", "database", "pools"]
license = "MIT OR Apache-2.0"

View File

@ -3,7 +3,7 @@ name = "rocket_db_pools"
version = "0.1.0"
authors = ["Sergio Benitez <sb@sergio.bz>", "Jeb Rosen <jeb@jebrosen.com>"]
description = "Rocket async database pooling support"
repository = "https://github.com/rwf2/Rocket/contrib/db_pools"
repository = "https://github.com/rwf2/Rocket/tree/master/contrib/db_pools"
readme = "../README.md"
keywords = ["rocket", "framework", "database", "pools"]
license = "MIT OR Apache-2.0"

View File

@ -3,7 +3,7 @@ name = "rocket_sync_db_pools_codegen"
version = "0.1.0"
authors = ["Sergio Benitez <sb@sergio.bz>"]
description = "Procedural macros for rocket_sync_db_pools."
repository = "https://github.com/rwf2/Rocket/contrib/sync_db_pools"
repository = "https://github.com/rwf2/Rocket/tree/master/contrib/sync_db_pools"
readme = "../README.md"
keywords = ["rocket", "framework", "database", "pools"]
license = "MIT OR Apache-2.0"