Skip to content

Commit a3d8365

Browse files
committed
add lib crate-type to bdk-ffi to be able to reuse it for other bindings like bdk-dart
1 parent 08d700f commit a3d8365

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bdk-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2018"
77
license = "MIT OR Apache-2.0"
88

99
[lib]
10-
crate-type = ["cdylib", "staticlib"]
10+
crate-type = ["lib", "cdylib", "staticlib"]
1111
name = "bdkffi"
1212

1313
[[bin]]

0 commit comments

Comments
 (0)