Skip to content

Commit 8a8de87

Browse files
committed
Add name, update crate-type
1 parent 64ff19e commit 8a8de87

File tree

2 files changed

+49
-29
lines changed

2 files changed

+49
-29
lines changed

Cargo.lock

Lines changed: 47 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ strip = true
2020
cbindgen = "0.27.0"
2121

2222
[lib]
23-
crate-type = ["lib", "cdylib"]
23+
name = "crc32fast"
24+
crate-type = ["cdylib"]

0 commit comments

Comments
 (0)