Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 79c42dc

Browse files
committed
Add openssl dependency
1 parent e40213d commit 79c42dc

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Cargo.lock

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ repository = "https://github.com/rabilrbl/downapk"
1515

1616
[dependencies]
1717
clap = { version = "4.4.18", features = ["derive"] }
18+
openssl = { version = "0.10", features = [ "vendored" ] }
1819
reqwest = { version = "0.11", features = ["cookies", "tokio-native-tls"]}
1920
scraper = "0.18.1"
2021
serde_json = "1.0.111"

0 commit comments

Comments
 (0)