diff --git a/scdl/Cargo.toml b/scdl/Cargo.toml index ed02178c..8c2b071c 100644 --- a/scdl/Cargo.toml +++ b/scdl/Cargo.toml @@ -6,6 +6,9 @@ authors = ["Bence "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[lib] +crate-type = ["cdylib"] + [dependencies] openssl = { version = "*", features = ["vendored"] } id3 = "1.7.0"