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"