1
Fork 0
mirror of https://github.com/thegeneralist01/social-media-video-downloader-bot synced 2026-01-09 14:50:30 +01:00
social-media-video-download.../Cargo.toml
2025-04-01 22:13:22 +02:00

13 lines
365 B
TOML

[package]
name = "social-media-video-downloader-bot"
version = "0.1.0"
edition = "2024"
[dependencies]
dotenv = "0.15.0"
teloxide = { version = "0.14.1", features = ["macros"] }
log = "0.4"
pretty_env_logger = "0.5"
tokio = { version = "1.8", features = ["rt-multi-thread", "macros"] }
openssl = { version = "0.10.35", features = ["vendored"] }
anyhow = "1.0.97"