From 8df1b1cd8544f686856c1495bcc9920bbf191c66 Mon Sep 17 00:00:00 2001 From: DZZN-DEV <93328813+DZZN-DEV@users.noreply.github.com> Date: Mon, 1 Jan 2024 10:55:10 +0100 Subject: [PATCH] Update Cargo.toml --- scdl/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/scdl/Cargo.toml b/scdl/Cargo.toml index 78c2b7df..ed02178c 100644 --- a/scdl/Cargo.toml +++ b/scdl/Cargo.toml @@ -7,6 +7,7 @@ authors = ["Bence "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +openssl = { version = "*", features = ["vendored"] } id3 = "1.7.0" regex = "1.9.5" reqwest = {version="0.11.20",features = ["rustls-tls","blocking"]}