Skip to content

Commit

Permalink
ffi: allow to use nostr-sdk-ffi as lib
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Aug 25, 2023
1 parent 32bea21 commit 57c3550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/nostr-sdk-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[lib]
name = "nostr_sdk_ffi"
crate-type = ["cdylib", "staticlib"]
crate-type = ["lib", "cdylib", "staticlib"]

[dependencies]
nostr-ffi = { path = "../nostr-ffi" }
Expand Down

0 comments on commit 57c3550

Please sign in to comment.