2020-02-11 20:35:22 +01:00
|
|
|
[package]
|
2020-02-13 19:29:26 +01:00
|
|
|
name = "admin_bot"
|
2020-02-11 20:35:22 +01:00
|
|
|
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"
|
2020-02-13 18:23:22 +01:00
|
|
|
pretty_env_logger = "0.4.0"
|
2020-07-31 17:43:28 +02:00
|
|
|
tokio = { version = "0.2.11", features = ["rt-threaded", "macros"] }
|
2020-10-02 11:13:27 +02:00
|
|
|
teloxide = { path = "../../", features = ["macros"] }
|
2020-02-11 20:35:22 +01:00
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
lto = true
|