14 lines
362 B
TOML
14 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"] }
|