mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-07 02:59:41 +01:00
15 lines
317 B
TOML
15 lines
317 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"
|
||
|
tokio = "0.2.9"
|
||
|
teloxide = { path = "../../" }
|
||
|
|
||
|
[profile.release]
|
||
|
lto = true
|