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]
|
2021-10-10 13:47:21 +02:00
|
|
|
teloxide = { path = "../../" }
|
2020-03-04 09:15:23 +01:00
|
|
|
log = "0.4.8"
|
|
|
|
pretty_env_logger = "0.4.0"
|
2021-03-13 17:13:24 +01:00
|
|
|
tokio = { version = "1.3.0", features = ["rt-multi-thread", "macros"] }
|
2021-03-05 22:24:10 +01:00
|
|
|
tokio-stream = "0.1.3"
|
2020-07-31 17:49:22 +02:00
|
|
|
lazy_static = "1.4.0"
|