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.
nostr-blossom
check-crates.sh
1 parent bacba71 commit 67ef58cCopy full SHA for 67ef58c
contrib/scripts/check-crates.sh
@@ -38,6 +38,8 @@ buildargs=(
38
"-p nostr --no-default-features --features alloc,all-nips" # alloc + all-nips
39
"-p nostr --all-features" # All features
40
"-p nip07 --target wasm32-unknown-unknown"
41
+ "-p nostr-blossom"
42
+ "-p nostr-http-file-storage"
43
"-p nostr-database"
44
"-p nostr-lmdb"
45
"-p nostr-mls-storage"
@@ -56,7 +58,6 @@ buildargs=(
56
58
"-p nostr-sdk --features all-nips" # Only NIPs features
57
59
"-p nostr-sdk --features tor" # Embedded tor client
60
"-p nostr-sdk --all-features" # All features
- "-p nostr-http-file-storage"
61
"-p nostr-cli"
62
)
63
0 commit comments