teloxide/examples/multiple_handlers_bot/Cargo.toml
2020-02-13 20:21:23 +06:00

12 lines
No EOL
305 B
TOML

[package]
name = "multiple_handlers_bot"
version = "0.1.0"
authors = ["Temirkhan Myrzamadi <hirrolot@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4.8"
tokio = "0.2.9"
teloxide = { path = "../../" }