teloxide/examples/simple_dialogue/Cargo.toml
2020-02-11 02:54:08 +06:00

19 lines
No EOL
422 B
TOML

[package]
name = "simple_dialogue"
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]
pretty_env_logger = "0.3.1"
log = "0.4.8"
tokio = "0.2.9"
strum = "0.17.1"
smart-default = "0.6.0"
strum_macros = "0.17.1"
teloxide = { path = "../../" }
[profile.release]
lto = true