From 24789b184a41779977588f874106a2d81c74e99b Mon Sep 17 00:00:00 2001 From: AndrielFR Date: Sun, 5 Jan 2025 16:28:00 -0300 Subject: [PATCH] feat: prepare the lib to publish --- lib/ferogram/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ferogram/Cargo.toml b/lib/ferogram/Cargo.toml index 4317be2..c0420d1 100644 --- a/lib/ferogram/Cargo.toml +++ b/lib/ferogram/Cargo.toml @@ -6,10 +6,12 @@ license = "MIT OR Apache-2.0" description = """ Ferogram is a simple telegram bot framework written in Rust. """ +readme = "README.md" homepage = "https://github.com/AmanoTeam/ferogram" repository = "https://github.com/AmanoTeam/ferogram" keywords = ["telegram", "bot", "framework", "grammers"] edition = "2021" +exclude = [".github/*", ".rusty-hook.toml"] [lib] doctest = false