From b6e46f501ea3afa46e3dca5c51b7ced8e163afde Mon Sep 17 00:00:00 2001 From: Maybe Waffle Date: Mon, 7 Nov 2022 16:31:32 +0400 Subject: [PATCH] fix `teloxide` readme metadata --- crates/teloxide/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/teloxide/Cargo.toml b/crates/teloxide/Cargo.toml index 0317e89e..115d2efb 100644 --- a/crates/teloxide/Cargo.toml +++ b/crates/teloxide/Cargo.toml @@ -5,11 +5,11 @@ edition = "2021" description = "An elegant Telegram bots framework for Rust" repository = "https://github.com/teloxide/teloxide" documentation = "https://docs.rs/teloxide/" -readme = "README.md" +readme = "../../README.md" keywords = ["teloxide", "telegram", "telegram-bot", "telegram-bot-api"] categories = ["web-programming", "api-bindings", "asynchronous"] license = "MIT" -exclude = ["media"] +exclude = ["media", "README.md"] [features] default = ["native-tls", "ctrlc_handler", "teloxide-core/default", "auto-send"]