1
0
Fork 0
mirror of https://github.com/teloxide/teloxide.git synced 2025-01-28 10:44:39 +01:00
teloxide/Cargo.toml

16 lines
435 B
TOML
Raw Normal View History

2019-09-01 22:51:07 +06: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-02 01:53:18 +06: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 12:29:04 +06:00
lazy_static = "1.3"
2019-09-02 10:28:06 +03:00
apply = "0.2.2"
typed-builder = "0.3.0"
derive_more = "0.15.0"