From 72e0ae008377989a0eecddd4c33b8ac883d049f5 Mon Sep 17 00:00:00 2001 From: Raphael Date: Fri, 13 Feb 2026 20:01:36 +0100 Subject: [PATCH] core(cargo): explicit the build script adding minor thing --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index fc0cbbd..65a2351 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ name = "tty" version = "0.1.1" edition = "2024" +build = "build.rs" +keywords = ["bot", "serenity", "discord"] +repository = "https://github.com/EniumRaphael/TTY" [dependencies] dotenvy = "0.15.7"