mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Import lazy_static into examples/shared_state_bot
This commit is contained in:
parent
09d3db9f9b
commit
1e7919455b
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue