teloxide/Cargo.toml

16 lines
412 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]
2019-09-01 21:53:18 +02:00
futures-preview = { version = "0.3.0-alpha.14", features = ["compat"] }
reqwest = "0.9.20"
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"