mirror of https://github.com/rwf2/Rocket.git
Fix Cargo.toml path to README.
This commit is contained in:
parent
f171dc9d09
commit
1e8e4cc553
|
@ -6,7 +6,7 @@ description = "Community contributed libraries for the Rocket web framework."
|
|||
documentation = "https://api.rocket.rs/rocket_contrib/"
|
||||
homepage = "https://rocket.rs"
|
||||
repository = "https://github.com/SergioBenitez/Rocket"
|
||||
readme = "../README.md"
|
||||
readme = "../../README.md"
|
||||
keywords = ["rocket", "web", "framework", "contrib", "contributed"]
|
||||
license = "MIT/Apache-2.0"
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ description = "Code generation for the Rocket web framework."
|
|||
documentation = "https://api.rocket.rs/rocket_codegen/"
|
||||
homepage = "https://rocket.rs"
|
||||
repository = "https://github.com/SergioBenitez/Rocket"
|
||||
readme = "../README.md"
|
||||
readme = "../../README.md"
|
||||
keywords = ["rocket", "web", "framework", "code", "generation"]
|
||||
license = "MIT/Apache-2.0"
|
||||
build = "build.rs"
|
||||
|
|
|
@ -6,7 +6,7 @@ description = "Procedural macros for the Rocket web framework."
|
|||
documentation = "https://api.rocket.rs/rocket_codegen/"
|
||||
homepage = "https://rocket.rs"
|
||||
repository = "https://github.com/SergioBenitez/Rocket"
|
||||
readme = "../README.md"
|
||||
readme = "../../README.md"
|
||||
keywords = ["rocket", "web", "framework", "code", "generation"]
|
||||
license = "MIT/Apache-2.0"
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ Web framework for nightly with a focus on ease-of-use, expressibility, and speed
|
|||
documentation = "https://api.rocket.rs/rocket/"
|
||||
homepage = "https://rocket.rs"
|
||||
repository = "https://github.com/SergioBenitez/Rocket"
|
||||
readme = "../README.md"
|
||||
readme = "../../README.md"
|
||||
keywords = ["rocket", "web", "framework", "server"]
|
||||
license = "MIT/Apache-2.0"
|
||||
build = "build.rs"
|
||||
|
|
Loading…
Reference in New Issue