implement telegram bot

This commit is contained in:
Oleg Sobolev 2024-03-25 16:22:00 +07:00
parent d00353fd5e
commit cae6454f96
6 changed files with 1442 additions and 29 deletions

View file

@ -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"] }