1
Fork 0
mirror of https://github.com/thegeneralist01/social-media-video-downloader-bot synced 2026-03-10 02:30:34 +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

7
Cargo.lock generated
View file

@ -41,6 +41,12 @@ dependencies = [
"libc",
]
[[package]]
name = "anyhow"
version = "1.0.97"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
[[package]]
name = "aquamarine"
version = "0.6.0"
@ -1367,6 +1373,7 @@ checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
name = "social-media-video-downloader-bot"
version = "0.1.0"
dependencies = [
"anyhow",
"dotenv",
"log",
"openssl",