Import lazy_static into examples/shared_state_bot

This commit is contained in:
Temirkhan Myrzamadi 2020-07-31 21:49:22 +06:00
parent 09d3db9f9b
commit 1e7919455b

View file

@ -11,3 +11,4 @@ log = "0.4.8"
pretty_env_logger = "0.4.0"
tokio = { version = "0.2.11", features = ["rt-threaded", "macros"] }
teloxide = { path = "../../" }
lazy_static = "1.4.0"