Skip to content

Commit 057fcf3

Browse files
committed
Add previously omitted "lib" crate-type
1 parent bc7a4ba commit 057fcf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories = ["cryptography::cryptocurrencies"]
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[lib]
17-
crate-type = ["staticlib", "cdylib"]
17+
crate-type = ["lib", "cdylib", "staticlib"]
1818
name = "ldk_node"
1919

2020
[[bin]]

0 commit comments

Comments
 (0)