Skip to content

Commit

Permalink
Merge pull request #99 from EmbarkStudios/master
Browse files Browse the repository at this point in the history
Remove unnecessary files
  • Loading branch information
octavonce authored Aug 31, 2023
2 parents 14eb45c + d118cc8 commit 7929d57
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions libmimalloc-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ categories = ["memory-management", "api-bindings"]
description = "Sys crate wrapping the mimalloc allocator"
license = "MIT"
links = "mimalloc"
exclude = [
"/c_src/mimalloc/bin",
"/c_src/mimalloc/cmake",
"/c_src/mimalloc/doc",
"/c_src/mimalloc/docs",
"/c_src/mimalloc/ide",
"/c_src/mimalloc/test",
]

[dependencies]
cty = { version = "0.2", optional = true }
Expand Down

0 comments on commit 7929d57

Please sign in to comment.