Skip to content

Commit 4493d60

Browse files
committed
Add support for building a static library
Some projects can’t or don’t want to link to a dynamic library, so build both to support more use cases.
1 parent bda483e commit 4493d60

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
@@ -15,7 +15,7 @@ rust-version = "1.81"
1515

1616
[lib]
1717
name = "crc_fast"
18-
crate-type = ["lib", "cdylib"]
18+
crate-type = ["lib", "cdylib", "staticlib"]
1919
bench = true
2020

2121
[dependencies]

0 commit comments

Comments
 (0)