teloxide/examples/redis_remember_bot/Cargo.toml
2020-07-27 02:42:08 +06:00

19 lines
No EOL
438 B
TOML

[package]
name = "redis_remember_bot"
version = "0.1.0"
authors = ["Maximilian Siling <mouse-art@ya.ru>"]
edition = "2018"
[dependencies]
tokio = "0.2.9"
# You can also choose "cbor-serializer" or built-in JSON serializer
teloxide = { path = "../../", features = ["redis-storage", "bincode-serializer"] }
teloxide-macros = "0.3.2"
serde = "1.0.104"
futures = "0.3.5"
thiserror = "1.0.15"
smart-default = "0.6.0"
derive_more = "0.99.9"