teloxide/Cargo.toml

16 lines
472 B
TOML
Raw Normal View History

2019-09-01 18:51:07 +02:00
[package]
name = "async-telegram-bot"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = { git = "https://github.com/seanmonstar/reqwest", rev = "ba7b2a754eab0d79817ea8551d0803806ae8af7d" }
2019-09-01 21:53:18 +02:00
serde_json = "1.0.39"
serde = {version = "1.0.92", features = ["derive"] }
2019-09-02 08:29:04 +02:00
lazy_static = "1.3"
2019-09-02 09:28:06 +02:00
apply = "0.2.2"
derive_more = "0.15.0"
tokio = "0.2.0-alpha.4"
2019-09-07 16:45:24 +02:00
bytes = "0.4.12"