diff --git a/fmt/Cargo.toml b/fmt/Cargo.toml index 95d3453c1..29ee0cc42 100644 --- a/fmt/Cargo.toml +++ b/fmt/Cargo.toml @@ -11,11 +11,8 @@ license.workspace = true homepage.workspace = true rust-version.workspace = true -[lib] -crate-type = ["cdylib", "rlib"] - [dependencies] -bitmask = { workspace = true } +bitmask = { workspace = true } lazy_static = { workspace = true } thiserror = { workspace = true } yara-x-parser = { workspace = true }