fix example's Cargo.toml

This commit is contained in:
Reinaldo Antonio Camargo Rauch 2021-11-16 23:30:49 -03:00
parent 8ac3c388d1
commit ed7aa91d22

View file

@ -72,7 +72,7 @@ $ rustup override set nightly
5. Run `cargo new my_bot`, enter the directory and put these lines into your `Cargo.toml`:
```toml
[dependencies]
teloxide = { version = "0.5", features = ["macros"] }
teloxide = { version = "0.5", features = ["macros", "auto-send"] }
log = "0.4"
pretty_env_logger = "0.4.0"
tokio = { version = "1.8", features = ["rt-multi-thread", "macros"] }