We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14eb45c + d118cc8 commit 7929d57Copy full SHA for 7929d57
libmimalloc-sys/Cargo.toml
@@ -9,6 +9,14 @@ categories = ["memory-management", "api-bindings"]
9
description = "Sys crate wrapping the mimalloc allocator"
10
license = "MIT"
11
links = "mimalloc"
12
+exclude = [
13
+ "/c_src/mimalloc/bin",
14
+ "/c_src/mimalloc/cmake",
15
+ "/c_src/mimalloc/doc",
16
+ "/c_src/mimalloc/docs",
17
+ "/c_src/mimalloc/ide",
18
+ "/c_src/mimalloc/test",
19
+]
20
21
[dependencies]
22
cty = { version = "0.2", optional = true }
0 commit comments