mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-19 13:38:50 +01:00
16 lines
253 B
TOML
16 lines
253 B
TOML
[package]
|
|
name = "examples"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition = "2018"
|
|
|
|
[dev-dependencies]
|
|
teloxide = { path = "../" }
|
|
tokio = "0.2.6"
|
|
pretty_env_logger = "0.3"
|
|
futures = "0.3.1"
|
|
log = "0.4.8"
|
|
|
|
[[example]]
|
|
name = "ping_bot"
|
|
path = "ping_bot.rs"
|