teloxide/examples/dialogue_bot/Cargo.toml

18 lines
402 B
TOML
Raw Normal View History

2020-01-29 23:54:40 +01:00
[package]
2020-02-12 15:44:40 +01:00
name = "dialogue_bot"
2020-01-29 23:54:40 +01:00
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"
2020-02-13 18:23:22 +01:00
pretty_env_logger = "0.4.0"
2020-02-10 21:54:08 +01:00
smart-default = "0.6.0"
parse-display = "0.1.1"
2020-02-02 17:32:27 +01:00
teloxide = { path = "../../" }
[profile.release]
lto = true