feat: MVP

This commit is contained in:
2025-09-19 17:12:27 +03:00
parent da319b84c1
commit a35b255d67
4 changed files with 118 additions and 26 deletions

View File

@@ -8,6 +8,8 @@ edition = "2024"
[dependencies]
color-eyre = "0.6"
dotenv = "0.15"
infer = "0.19"
once_cell = "1.21.3"
regex = "1.11"
teloxide = { version = "0.17", features = ["macros"] }
tempfile = "3"