Skip to content

Commit 5ee8084

Browse files
committed
feat(seqpacket): add write
1 parent 07a0aa8 commit 5ee8084

File tree

15 files changed

+1163
-290
lines changed

15 files changed

+1163
-290
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ test.js
66

77
js/**/*.js
88
!js/addon.js
9+
test.ts

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ crate-type = ["cdylib"]
88

99
[dependencies]
1010
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
11-
napi = { path = "../napi-rs/crates/napi" }
11+
napi = { path = "../napi-rs/crates/napi", features = ["napi3"] }
1212
napi-derive = "2.2.0"
1313
libc = "0.2.123"
1414
nix = "0.23"
15-
uv-sys = { path = "../uv-sys"}
15+
uv-sys = "0.1"
1616

1717
[build-dependencies]
1818
napi-build = "1.2.1"

0 commit comments

Comments
 (0)