From 0af6f05a3eff41706afc97accd2405b080769585 Mon Sep 17 00:00:00 2001 From: FedericoBruzzone Date: Sun, 26 May 2024 15:39:45 +0200 Subject: [PATCH] Release v1.0.0 Signed-off-by: FedericoBruzzone --- tdlib-rs/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/tdlib-rs/Cargo.toml b/tdlib-rs/Cargo.toml index 3a76d39..e2be1ba 100644 --- a/tdlib-rs/Cargo.toml +++ b/tdlib-rs/Cargo.toml @@ -12,6 +12,7 @@ repository = "https://github.com/FedericoBruzzone/tdlib-rs" documentation = "https://docs.rs/tdlib-rs" keywords = ["telegram", "tdlib", "tdjson", "tdlib-rs", "telegram-api"] description = "Rust wrapper around the Telegram Database Library." +readme = "README.md" [package.metadata.docs.rs] features = ["docs", "bots-only-api"]