Skip to content

Commit

Permalink
chore: remove unnecessary crate-type
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Mar 25, 2024
1 parent 982b356 commit 4a02453
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions fmt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 4a02453

Please sign in to comment.