Skip to content

Commit 067bafd

Browse files
authored
add DLL creation (#9)
1 parent 5152732 commit 067bafd

File tree

4 files changed

+516
-1
lines changed

4 files changed

+516
-1
lines changed

Cargo.lock

+284
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ libz-sys = "1.1"
3333
libdeflate-sys = "1.19"
3434
libz-ng-sys="1.1.12"
3535
miniz_oxide="0.7.1"
36+
37+
[lib]
38+
crate-type = ["cdylib","lib"]

0 commit comments

Comments
 (0)