mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-09 11:43:57 +01:00
25 lines
606 B
TOML
25 lines
606 B
TOML
[package]
|
|
name = "dialogue_bot"
|
|
version = "0.1.0"
|
|
authors = ["Temirkhan Myrzamadi <hirrolot@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
log = "0.4.8"
|
|
pretty_env_logger = "0.4.0"
|
|
|
|
frunk = "0.3.1"
|
|
frunk_core = "0.3.1"
|
|
|
|
futures = "0.3.5"
|
|
tokio = { version = "0.2.11", features = ["rt-threaded", "macros"] }
|
|
|
|
teloxide = { path = "../../", features = ["frunk"] }
|
|
teloxide-macros = { git = "https://github.com/teloxide/teloxide-macros", branch = "master" }
|
|
|
|
derive_more = "0.99.9"
|
|
|
|
[profile.release]
|
|
lto = true
|