mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-09 03:43:22 +01:00
19 lines
555 B
TOML
19 lines
555 B
TOML
[package]
|
|
name = "sqlite_remember_bot"
|
|
version = "0.1.0"
|
|
authors = ["Maximilian Siling <mouse-art@ya.ru>", "Sergey Levitin <selevit@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
# You can also choose "cbor-serializer" or built-in JSON serializer
|
|
teloxide = { path = "../../", features = ["sqlite-storage", "bincode-serializer", "redis-storage", "macros"] }
|
|
|
|
log = "0.4.8"
|
|
pretty_env_logger = "0.4.0"
|
|
tokio = { version = "1.3.0", features = ["rt-multi-thread", "macros"] }
|
|
|
|
serde = "1.0.104"
|
|
futures = "0.3.5"
|
|
|
|
thiserror = "1.0.15"
|
|
derive_more = "0.99.9"
|