From e12b644e319c7f2a7a8503e51b7907f0cbf91178 Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Thu, 23 Dec 2021 16:37:53 +0600 Subject: [PATCH] Remove the `authors` field from `Cargo.toml` --- Cargo.toml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 27f8ca5e..fc9c0a52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,16 +10,6 @@ keywords = ["teloxide", "telegram", "telegram-bot", "telegram-bot-api"] categories = ["web-programming", "api-bindings", "asynchronous"] license = "MIT" exclude = ["media"] -authors = [ - "Hirrolot ", - "Waffle Lapkin ", - "p0lunin ", - "Mishko torop'izhko", - "Mr-Andersen", - "Sergey Levitin ", - "Rustem B. ", - "Alexey Fedechkin " -] [features] default = ["native-tls", "ctrlc_handler", "teloxide-core/default", "auto-send"]