Remove the authors field from Cargo.toml

This commit is contained in:
Hirrolot 2021-12-23 16:37:53 +06:00
parent 47445cb7b0
commit e12b644e31

View file

@ -10,16 +10,6 @@ keywords = ["teloxide", "telegram", "telegram-bot", "telegram-bot-api"]
categories = ["web-programming", "api-bindings", "asynchronous"]
license = "MIT"
exclude = ["media"]
authors = [
"Hirrolot <hirrolot@gmail.com>",
"Waffle Lapkin <waffle.lapkin@gmail.com>",
"p0lunin <dmytro.polunin@gmail.com>",
"Mishko torop'izhko",
"Mr-Andersen",
"Sergey Levitin <selevit@gmail.com>",
"Rustem B. <bakirov.com@yandex.ru>",
"Alexey Fedechkin <aleksey-fedechkin@rambler.ru>"
]
[features]
default = ["native-tls", "ctrlc_handler", "teloxide-core/default", "auto-send"]