We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdfdd05 commit 5ab6df5Copy full SHA for 5ab6df5
2 files changed
.github/workflows/release.yml
@@ -79,7 +79,6 @@ jobs:
79
env:
80
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
81
run: |
82
- npm whoami
83
# build tarballs and publish via napi-rs CLI from sub-crate
84
napi prepublish -t npm --cargo-cwd ./crate/chia-block-listener-napi
85
# publish main package (will reference platform-specific packages)
Cargo.toml
@@ -2,6 +2,8 @@
2
name = "chia-block-listener"
3
version = "0.2.0"
4
edition = "2021"
5
+description = "Event driven listener and messaging interface for Chia blockchain peers"
6
+license = "Apache-2.0" # or "MIT" / "MIT OR Apache-2.0" etc.
7
8
[dependencies]
9
0 commit comments