teloxide/examples/dispatching2_features/Cargo.toml
2022-01-12 15:45:01 +02:00

13 lines
374 B
TOML

[package]
name = "dispatching2_features"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
teloxide = { path = "../../", features = ["macros"] }
log = "0.4.8"
pretty_env_logger = "0.4.0"
tokio = { version = "1.3.0", features = ["rt-multi-thread", "macros"] }
rand = "0.8.4"