diff --git a/packages/libnostr-z.json b/packages/libnostr-z.json new file mode 100644 index 0000000..4fd734f --- /dev/null +++ b/packages/libnostr-z.json @@ -0,0 +1,11 @@ +{ + "author": "PrivKey", + "description": "A Zig library for the Nostr protocol with event parsing, signing, filters, and relay message handling.", + "git": "https://github.com/privkeyio/libnostr-z", + "root_file": "/src/root.zig", + "tags": [ + "crypto", + "networking", + "nostr" + ] +} diff --git a/tags/nostr.json b/tags/nostr.json new file mode 100644 index 0000000..5968286 --- /dev/null +++ b/tags/nostr.json @@ -0,0 +1,3 @@ +{ + "description": "Libraries for the Nostr protocol" +}