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"]}