Initial commit

This commit is contained in:
Elias Wendland
2026-07-04 18:22:45 +02:00
commit 776840b82d
10 changed files with 446 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[package]
name = "tg-dev-srv-bot"
version = "0.1.0"
edition = "2024"
[dependencies]
dotenv = "0.15.0"
exmex = "0.21.0"
f128 = "0.2.9"
poise = "0.6.2"
rug = "1.30.0"
serenity = "0.12.5"
sqlx = { version = "0.9.0", features = ["postgres", "runtime-tokio", "macros"] }
tokio = { version = "1.52.3", features = ["full"] }