mk-dl-bot_legacy/Cargo.toml
2023-10-05 02:08:01 +03:00

12 lines
344 B
TOML

[package]
name = "mk-dl-bot"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.75"
dotenv = "0.15.0"
teloxide = { version = "0.12.2", features = ["macros"] }
tokio = { version = "1.32.0", features = ["rt-multi-thread", "macros"] }