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:
parent
739ddf8cbe
commit
71ad4861bc
6 changed files with 82 additions and 4 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue