2020-01-30 04:54:40 +06:00
|
|
|
[package]
|
2020-02-12 20:44:40 +06:00
|
|
|
name = "dialogue_bot"
|
2020-01-30 04:54:40 +06: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"
|
2020-07-31 21:43:28 +06:00
|
|
|
pretty_env_logger = "0.4.0"
|
2020-07-26 03:10:48 +06:00
|
|
|
|
2020-07-28 21:00:44 +06:00
|
|
|
frunk = "0.3.1"
|
|
|
|
frunk_core = "0.3.1"
|
2020-07-26 03:10:48 +06:00
|
|
|
|
2020-07-24 18:04:20 +06:00
|
|
|
futures = "0.3.5"
|
2020-07-31 21:43:28 +06:00
|
|
|
tokio = { version = "0.2.11", features = ["rt-threaded", "macros"] }
|
|
|
|
|
2020-07-26 03:10:48 +06:00
|
|
|
teloxide = { path = "../../", features = ["frunk"] }
|
2020-08-01 17:52:50 +06:00
|
|
|
teloxide-macros = { git = "https://github.com/teloxide/teloxide-macros", branch = "master" }
|
2020-02-02 22:32:27 +06:00
|
|
|
|
2020-07-31 21:43:28 +06:00
|
|
|
derive_more = "0.99.9"
|
|
|
|
|
2020-02-02 22:32:27 +06:00
|
|
|
[profile.release]
|
2020-07-26 12:32:01 +04:00
|
|
|
lto = true
|