mirror of
https://github.com/TheFunny/TelegramTwitterMediaBot.git
synced 2026-09-23 23:32:05 +00:00
13 lines
310 B
TOML
13 lines
310 B
TOML
[package]
|
|
name = "TelegramXMediaBot"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
dotenv = "0.15.0"
|
|
log = "0.4.22"
|
|
pretty_env_logger = "0.5.0"
|
|
teloxide = { version = "0.13.0", features = ["webhooks-axum", "macros"] }
|
|
tokio = { version = "1.40.0", features = ["rt-multi-thread", "macros"] }
|
|
url = "2.5.2"
|