mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 06:51:01 +01:00
20 lines
578 B
TOML
20 lines
578 B
TOML
[package]
|
|
name = "redis_remember_bot"
|
|
version = "0.1.0"
|
|
authors = ["Maximilian Siling <mouse-art@ya.ru>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
log = "0.4.8"
|
|
pretty_env_logger = "0.4.0"
|
|
tokio = { version = "0.2.11", features = ["rt-threaded", "macros"] }
|
|
|
|
# You can also choose "cbor-serializer" or built-in JSON serializer
|
|
teloxide = { path = "../../", features = ["redis-storage", "bincode-serializer"] }
|
|
teloxide-macros = { git = "https://github.com/teloxide/teloxide-macros", branch = "master" }
|
|
|
|
serde = "1.0.104"
|
|
futures = "0.3.5"
|
|
|
|
thiserror = "1.0.15"
|
|
derive_more = "0.99.9"
|