Skip to content

Commit

Permalink
Cargo.toml: Remove specific crate type building
Browse files Browse the repository at this point in the history
Generating three different types of crates was required for the C
library. Since this is being removed, we don't need all three of these
being generated anymore.

Signed-off-by: Tyler Fanelli <[email protected]>
  • Loading branch information
tylerfanelli committed Dec 3, 2024
1 parent b17b249 commit e2ecc34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ is-it-maintained-issue-resolution = { repository = "virtee/sev" }
is-it-maintained-open-issues = { repository = "virtee/sev" }

[lib]
crate-type = ["staticlib", "dylib", "rlib"]
name = 'sev'
path = "src/lib.rs"
doc = false
Expand Down

0 comments on commit e2ecc34

Please sign in to comment.