From 1e8e4cc553babdb6e84115a78171a544c379d05f Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Sun, 3 Jun 2018 19:39:32 +0200 Subject: [PATCH] Fix Cargo.toml path to README. --- contrib/lib/Cargo.toml | 2 +- core/codegen/Cargo.toml | 2 +- core/codegen_next/Cargo.toml | 2 +- core/lib/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/lib/Cargo.toml b/contrib/lib/Cargo.toml index 8cd7a038..46bffbd2 100644 --- a/contrib/lib/Cargo.toml +++ b/contrib/lib/Cargo.toml @@ -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" diff --git a/core/codegen/Cargo.toml b/core/codegen/Cargo.toml index c30ad6b2..7d4eb6a5 100644 --- a/core/codegen/Cargo.toml +++ b/core/codegen/Cargo.toml @@ -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" diff --git a/core/codegen_next/Cargo.toml b/core/codegen_next/Cargo.toml index dc964903..0ee8184a 100644 --- a/core/codegen_next/Cargo.toml +++ b/core/codegen_next/Cargo.toml @@ -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" diff --git a/core/lib/Cargo.toml b/core/lib/Cargo.toml index d8f9c437..beab2a9a 100644 --- a/core/lib/Cargo.toml +++ b/core/lib/Cargo.toml @@ -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"