teloxide/examples/dialogue_bot/Cargo.toml
2020-07-01 18:52:53 +06:00

21 lines
No EOL
427 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"
tokio = "0.2.9"
pretty_env_logger = "0.4.0"
smart-default = "0.6.0"
derive_more = "0.99.9"
parse-display = "0.1.1"
teloxide = { path = "../../" }
[profile.release]
lto = true