Skip to content

Commit 30a9ddb

Browse files
authored
Add staticlib crate type to Cargo.toml
1 parent c5a6d73 commit 30a9ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yggdrasilffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version = "0.1.0"
77

88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
99
[lib]
10-
crate-type = ["cdylib"]
10+
crate-type = ["cdylib", "staticlib"]
1111
name = "yggdrasilffi"
1212

1313
[dependencies]

0 commit comments

Comments
 (0)