Files
TelegramTwitterMediaBot/crates/xmedia-bot/Cargo.toml
T
2026-08-05 02:07:34 +08:00

22 lines
532 B
TOML

[package]
name = "xmedia-bot"
version = "1.0.6"
edition = "2024"
[dependencies]
teloxide = { version = "0.17", features = ["webhooks-axum", "macros"] }
tokio = { version = "1.40", features = ["rt-multi-thread", "macros"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
log = "0.4"
pretty_env_logger = "0.5"
dotenv = "0.15"
url = "2.5.2"
regex = "1.12"
html-escape = "0.2"
rusqlite = { version = "0.32", features = ["bundled"] }
rand = "0.8"
tempfile = "3"
parking_lot = "0.12"
x-media = { path = "../x-media" }