1
Fork 0
mirror of https://github.com/thegeneralist01/social-media-video-downloader-bot synced 2026-01-10 15:20:30 +01:00

initial commit

This commit is contained in:
TheGeneralist 2025-04-01 22:13:22 +02:00
parent 739ddf8cbe
commit 71ad4861bc
No known key found for this signature in database
GPG key ID: C391D4D52D630F45
6 changed files with 82 additions and 4 deletions

View file

@ -10,3 +10,4 @@ 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"