mirror of
https://github.com/rwf2/Rocket.git
synced 2025-02-02 06:42:03 +00:00
Fix git repository URLs in contrib crates.
This commit is contained in:
parent
3bcdd076c3
commit
fa79610bcd
@ -3,7 +3,7 @@ name = "rocket_db_pools_codegen"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Sergio Benitez <sb@sergio.bz>", "Jeb Rosen <jeb@jebrosen.com>"]
|
authors = ["Sergio Benitez <sb@sergio.bz>", "Jeb Rosen <jeb@jebrosen.com>"]
|
||||||
description = "Procedural macros for rocket_db_pools."
|
description = "Procedural macros for rocket_db_pools."
|
||||||
repository = "https://github.com/rwf2/Rocket/contrib/db_pools"
|
repository = "https://github.com/rwf2/Rocket/tree/v0.5/contrib/db_pools"
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
keywords = ["rocket", "framework", "database", "pools"]
|
keywords = ["rocket", "framework", "database", "pools"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
@ -3,7 +3,7 @@ name = "rocket_db_pools"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Sergio Benitez <sb@sergio.bz>", "Jeb Rosen <jeb@jebrosen.com>"]
|
authors = ["Sergio Benitez <sb@sergio.bz>", "Jeb Rosen <jeb@jebrosen.com>"]
|
||||||
description = "Rocket async database pooling support"
|
description = "Rocket async database pooling support"
|
||||||
repository = "https://github.com/rwf2/Rocket/contrib/db_pools"
|
repository = "https://github.com/rwf2/Rocket/tree/v0.5/contrib/db_pools"
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
keywords = ["rocket", "framework", "database", "pools"]
|
keywords = ["rocket", "framework", "database", "pools"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
@ -228,7 +228,7 @@
|
|||||||
//! Any database driver can implement support for this library by implementing
|
//! Any database driver can implement support for this library by implementing
|
||||||
//! the [`Pool`] trait.
|
//! the [`Pool`] trait.
|
||||||
|
|
||||||
#![doc(html_root_url = "https://api.rocket.rs/master/rocket_db_pools")]
|
#![doc(html_root_url = "https://api.rocket.rs/v0.5/rocket_db_pools")]
|
||||||
#![doc(html_favicon_url = "https://rocket.rs/images/favicon.ico")]
|
#![doc(html_favicon_url = "https://rocket.rs/images/favicon.ico")]
|
||||||
#![doc(html_logo_url = "https://rocket.rs/images/logo-boxed.png")]
|
#![doc(html_logo_url = "https://rocket.rs/images/logo-boxed.png")]
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ authors = ["Sergio Benitez <sb@sergio.bz>"]
|
|||||||
description = "Dynamic templating engine integration for Rocket."
|
description = "Dynamic templating engine integration for Rocket."
|
||||||
documentation = "https://api.rocket.rs/v0.5/rocket_dyn_templates/"
|
documentation = "https://api.rocket.rs/v0.5/rocket_dyn_templates/"
|
||||||
homepage = "https://rocket.rs"
|
homepage = "https://rocket.rs"
|
||||||
repository = "https://github.com/rwf2/Rocket/tree/master/contrib/dyn_templates"
|
repository = "https://github.com/rwf2/Rocket/tree/v0.5/contrib/dyn_templates"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["rocket", "framework", "templates", "templating", "engine"]
|
keywords = ["rocket", "framework", "templates", "templating", "engine"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
@ -3,7 +3,7 @@ name = "rocket_sync_db_pools_codegen"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Sergio Benitez <sb@sergio.bz>"]
|
authors = ["Sergio Benitez <sb@sergio.bz>"]
|
||||||
description = "Procedural macros for rocket_sync_db_pools."
|
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/v0.5/contrib/sync_db_pools"
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
keywords = ["rocket", "framework", "database", "pools"]
|
keywords = ["rocket", "framework", "database", "pools"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
@ -5,7 +5,7 @@ authors = ["Sergio Benitez <sb@sergio.bz>"]
|
|||||||
description = "WebSocket support for Rocket."
|
description = "WebSocket support for Rocket."
|
||||||
documentation = "https://api.rocket.rs/v0.5/rocket_ws/"
|
documentation = "https://api.rocket.rs/v0.5/rocket_ws/"
|
||||||
homepage = "https://rocket.rs"
|
homepage = "https://rocket.rs"
|
||||||
repository = "https://github.com/rwf2/Rocket/tree/master/contrib/ws"
|
repository = "https://github.com/rwf2/Rocket/tree/v0.5/contrib/ws"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["rocket", "web", "framework", "websocket"]
|
keywords = ["rocket", "web", "framework", "websocket"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user