teloxide/examples/shared_state_bot/Cargo.toml

14 lines
350 B
TOML
Raw Normal View History

2020-03-04 09:15:23 +01:00
[package]
name = "shared_state_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"
pretty_env_logger = "0.4.0"
lazy_static = "1.4.0"
teloxide = { path = "../../" }