mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
14 lines
No EOL
388 B
TOML
14 lines
No EOL
388 B
TOML
[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]
|
|
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"] }
|
|
lazy_static = "1.3"
|
|
apply = "0.2.2" |