We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d700f commit a3d8365Copy full SHA for a3d8365
1 file changed
bdk-ffi/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2018"
7
license = "MIT OR Apache-2.0"
8
9
[lib]
10
-crate-type = ["cdylib", "staticlib"]
+crate-type = ["lib", "cdylib", "staticlib"]
11
name = "bdkffi"
12
13
[[bin]]
0 commit comments