2020-04-19 19:47:12 +02:00
|
|
|
[package]
|
|
|
|
name = "redis_remember_bot"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Maximilian Siling <mouse-art@ya.ru>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
tokio = "0.2.9"
|
2020-07-01 15:25:10 +02:00
|
|
|
|
2020-04-19 19:47:12 +02:00
|
|
|
# You can also choose "cbor-serializer" or built-in JSON serializer
|
|
|
|
teloxide = { path = "../../", features = ["redis-storage", "bincode-serializer"] }
|
2020-07-26 22:42:08 +02:00
|
|
|
teloxide-macros = "0.3.2"
|
2020-07-24 22:02:40 +02:00
|
|
|
|
2020-04-19 19:47:12 +02:00
|
|
|
serde = "1.0.104"
|
2020-07-24 22:02:40 +02:00
|
|
|
futures = "0.3.5"
|
2020-07-01 15:25:10 +02:00
|
|
|
|
2020-04-19 19:47:12 +02:00
|
|
|
thiserror = "1.0.15"
|
2020-07-28 17:00:44 +02:00
|
|
|
derive_more = "0.99.9"
|