Merge pull request #484 from teloxide/remove-authors

Remove the `authors` field from `Cargo.toml`
This commit is contained in:
Hirrolot 2021-12-25 02:55:32 +06:00 committed by GitHub
commit 15a2beceb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,16 +10,6 @@ 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"]
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] [features]
default = ["native-tls", "ctrlc_handler", "teloxide-core/default", "auto-send"] default = ["native-tls", "ctrlc_handler", "teloxide-core/default", "auto-send"]