Skip to content

Commit 2facd8e

Browse files
committed
Only build dylib
This saves ~200mb of space
1 parent 11b2b86 commit 2facd8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = ["bjorn3 <[email protected]>"]
77
edition = "2018"
88

99
[lib]
10-
crate-type = ["rlib", "dylib"]
10+
crate-type = ["dylib"]
1111

1212
[dependencies]
1313
# These have to be in sync with each other

0 commit comments

Comments
 (0)