From 32e47723f73771a1eadc633efa1d0e7d9db7b40b Mon Sep 17 00:00:00 2001 From: Abdulla Abdurakhmanov Date: Sun, 9 Aug 2020 16:18:09 +0300 Subject: [PATCH] Cargo refs fixes --- src/client/Cargo.toml | 4 ++-- src/models/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/client/Cargo.toml b/src/client/Cargo.toml index 1b2b61b..0b63072 100644 --- a/src/client/Cargo.toml +++ b/src/client/Cargo.toml @@ -10,8 +10,8 @@ repository = "https://github.com/abdolence/slack-morphism-rust" documentation = "https://docs.rs/slack_morphism" keywords = ["slack", "client"] categories = ["api-bindings"] -readme = "../README.md" -include = ["Cargo.toml", "src/**/*.rs", "../README.md", "../LICENSE"] +readme = "../../README.md" +include = ["Cargo.toml", "src/**/*.rs", "../../README.md", "../../LICENSE"] [lib] name = "slack_morphism" diff --git a/src/models/Cargo.toml b/src/models/Cargo.toml index 6830bea..56b40e9 100644 --- a/src/models/Cargo.toml +++ b/src/models/Cargo.toml @@ -9,8 +9,8 @@ repository = "https://github.com/abdolence/slack-morphism-rust" documentation = "https://docs.rs/slack_morphism" keywords = ["slack", "client"] categories = ["api-bindings"] -readme = "../README.md" -include = ["Cargo.toml", "src/**/*.rs", "../README.md", "../LICENSE"] +readme = "../../README.md" +include = ["Cargo.toml", "src/**/*.rs", "../../README.md", "../../LICENSE"] [lib] name = "slack_morphism_models"