teloxide/examples/admin_bot/Cargo.toml
Temirkhan Myrzamadi fa554a8252 Fixes
2020-02-19 04:54:41 +06:00

17 lines
No EOL
363 B
TOML

[package]
name = "admin_bot"
version = "0.1.0"
authors = ["p0lunin <dmytro.polunin@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"
futures = "0.3.4"
tokio = "0.2.9"
pretty_env_logger = "0.4.0"
teloxide = { path = "../../" }
[profile.release]
lto = true