feat: add config struct

This commit is contained in:
2025-10-28 17:55:13 +02:00
parent fee8178ad2
commit 9a6e8bbefc
9 changed files with 178 additions and 79 deletions

View File

@@ -14,7 +14,6 @@ futures = "0.3"
infer = "0.19"
rand = "0.9"
regex = "1.11"
serde = { version = "1.0", features = ["derive"] }
teloxide = { version = "0.17", features = ["macros"] }
tempfile = "3"
thiserror = "2.0"