This commit is contained in:
DJMrTV 2025-06-04 15:18:21 +02:00
commit eae94d069b
5 changed files with 1316 additions and 40 deletions

View file

@ -10,7 +10,7 @@ debug = "none"
debug-assertions = false
strip = true
panic = "abort"
lto = "fat"
lto = true
@ -19,7 +19,9 @@ lto = "fat"
dotenv = "0.15.0"
regex = "1.11.1"
once_cell = "1.20.3"
sarcastic = { git = "https://github.com/DJMrTV/bored-yaml.git" }
chrono = "0.4.39"
reqwest = "0.12.12"
[dependencies.tokio]
version = "1.43.0"