Skip to content

Commit c695133

Browse files
committed
Add cdylib crate-type to Cargo.toml
1 parent 514cacd commit c695133

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ version = "0.1.0"
88
default-features = false
99

1010
[lib]
11+
crate-type = ["cdylib"]
1112
name = "helloworld"

0 commit comments

Comments
 (0)