install teloxide as a dependency

This commit is contained in:
Akulij 2025-03-30 17:55:54 +08:00
parent 12334363ed
commit 82e86e2974
2 changed files with 1473 additions and 14 deletions

1486
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -8,4 +8,5 @@ edition = "2021"
[dependencies] [dependencies]
diesel = { version = "2.2.8", features = ["postgres"] } diesel = { version = "2.2.8", features = ["postgres"] }
diesel-async = { version = "0.5.2", features = ["postgres"] } diesel-async = { version = "0.5.2", features = ["postgres"] }
teloxide = { version = "0.14.0", features = ["macros"] }
tokio = { version = "1.44.1", features = ["rt-multi-thread", "macros"] } tokio = { version = "1.44.1", features = ["rt-multi-thread", "macros"] }