We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a4b08 commit bd7d098Copy full SHA for bd7d098
Cargo.toml
@@ -14,7 +14,7 @@ categories = ["cryptography::cryptocurrencies"]
14
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
15
16
[lib]
17
-crate-type = ["staticlib", "cdylib"]
+crate-type = ["lib", "cdylib", "staticlib"]
18
name = "ldk_node"
19
20
[[bin]]
0 commit comments