core(cargo): explicit the build script adding minor thing

This commit is contained in:
Raphael 2026-02-13 20:01:36 +01:00 committed by Raphaël
parent 3b1cef94d8
commit 72e0ae0083

View file

@ -2,6 +2,9 @@
name = "tty" name = "tty"
version = "0.1.1" version = "0.1.1"
edition = "2024" edition = "2024"
build = "build.rs"
keywords = ["bot", "serenity", "discord"]
repository = "https://github.com/EniumRaphael/TTY"
[dependencies] [dependencies]
dotenvy = "0.15.7" dotenvy = "0.15.7"