install teloxide as a dependency
This commit is contained in:
parent
12334363ed
commit
82e86e2974
1486
Cargo.lock
generated
1486
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -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"] }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user