fix teloxide readme metadata

This commit is contained in:
Maybe Waffle 2022-11-07 16:31:32 +04:00
parent c942459da8
commit b6e46f501e

View file

@ -5,11 +5,11 @@ edition = "2021"
description = "An elegant Telegram bots framework for Rust" description = "An elegant Telegram bots framework for Rust"
repository = "https://github.com/teloxide/teloxide" repository = "https://github.com/teloxide/teloxide"
documentation = "https://docs.rs/teloxide/" documentation = "https://docs.rs/teloxide/"
readme = "README.md" readme = "../../README.md"
keywords = ["teloxide", "telegram", "telegram-bot", "telegram-bot-api"] keywords = ["teloxide", "telegram", "telegram-bot", "telegram-bot-api"]
categories = ["web-programming", "api-bindings", "asynchronous"] categories = ["web-programming", "api-bindings", "asynchronous"]
license = "MIT" license = "MIT"
exclude = ["media"] exclude = ["media", "README.md"]
[features] [features]
default = ["native-tls", "ctrlc_handler", "teloxide-core/default", "auto-send"] default = ["native-tls", "ctrlc_handler", "teloxide-core/default", "auto-send"]