From c648efc96c8a74c1f3109fcb15907f7f9c2d5397 Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Fri, 14 Feb 2020 17:10:49 +0600 Subject: [PATCH] Add more info to Cargo.toml --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 9058d79a..05cefbae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,15 @@ name = "teloxide" version = "0.1.0" edition = "2018" +description = "An elegant Telegram bots framework for Rust" +repository = "https://github.com/teloxide/teloxide" +documentation = "https://docs.rs/teloxide/" +readme = "README.md" +keywords = ["teloxide", "telegram", "telegram-bot-framework", "telegram-bot-api"] +license = "MIT" + +[badges] +maintenance = { status = "actively-developed" } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html