teloxide/examples/simple_commands_bot/Cargo.toml

16 lines
365 B
TOML
Raw Normal View History

2020-02-14 03:23:41 +06:00
[package]
name = "simple_commands_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"
2020-02-19 04:54:41 +06:00
futures = "0.3.4"
2020-02-14 03:23:41 +06:00
tokio = "0.2.9"
2020-02-14 04:35:36 +06:00
rand = "0.7.3"
2020-02-14 03:23:41 +06:00
pretty_env_logger = "0.4.0"
teloxide = { path = "../../" }