implement telegram bot
This commit is contained in:
parent
d00353fd5e
commit
cae6454f96
6 changed files with 1442 additions and 29 deletions
|
|
@ -6,4 +6,9 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.30"
|
||||
rodio = "0.17.3"
|
||||
teloxide = { version = "0.12", features = ["macros"] }
|
||||
log = "0.4"
|
||||
pretty_env_logger = "0.5"
|
||||
tokio = { version = "1.8", features = ["rt-multi-thread", "macros"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue