webtgbot-rs/Cargo.toml
2023-07-21 18:50:14 +04:00

13 lines
362 B
TOML

[package]
name = "webtgbot"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
askama = "0.12.0"
axum = "0.6.19"
once_cell = "1.18.0"
teloxide = { version = "0.12.2", features = ["macros"] }
tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] }