mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-18 15:20:15 +01:00
13 lines
325 B
TOML
13 lines
325 B
TOML
|
[package]
|
||
|
name = "ping_pong_bot"
|
||
|
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"
|
||
|
teloxide = { path = "../../" }
|