Skip to content

Commit 80c3675

Browse files
committed
Fix: exclude test binary from crates.io package
1 parent ff784ce commit 80c3675

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

rust/core/Cargo.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description = "High-performance IFC/STEP parser for building data"
99
keywords = ["ifc", "bim", "step", "parser", "aec"]
1010
categories = ["parsing", "data-structures"]
1111
readme = "../../README.md"
12+
exclude = ["tests/test_real_ifc.rs"]
1213

1314
[dependencies]
1415
# Parser
@@ -39,9 +40,4 @@ ifc-lite-geometry = { path = "../geometry" }
3940

4041
[features]
4142
default = []
42-
serde = ["dep:serde"]
43-
44-
[[bin]]
45-
name = "test_real_ifc"
46-
path = "tests/test_real_ifc.rs"
47-
doc = false
43+
serde = ["dep:serde"]

0 commit comments

Comments
 (0)