mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 06:51:01 +01:00
14 lines
369 B
TOML
14 lines
369 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"
|
||
|
smart-default = "0.6.0"
|
||
|
# You can also choose "cbor-serializer" or built-in JSON serializer
|
||
|
teloxide = { path = "../../", features = ["redis-storage", "bincode-serializer"] }
|
||
|
serde = "1.0.104"
|
||
|
thiserror = "1.0.15"
|