mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 15:01:45 +01:00
18 lines
460 B
TOML
18 lines
460 B
TOML
[package]
|
|
name = "heroku_ping_pong_bot"
|
|
version = "0.1.0"
|
|
authors = ["Pedro Lopes <ordepi@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"
|
|
pretty_env_logger = "0.4.0"
|
|
tokio = { version = "0.2.11", features = ["rt-threaded", "macros"] }
|
|
teloxide = { path = "../../" }
|
|
|
|
# Used to setup a webhook
|
|
warp = "0.2.2"
|
|
reqwest = "0.10.4"
|
|
serde_json = "1.0.50"
|