Skip to content

Commit 7bab4c8

Browse files
committed
Add missing dependencies for @parcel/rust
1 parent 9d47995 commit 7bab4c8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/core/rust/package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@
2929
"*.node",
3030
"*.wasm"
3131
],
32-
"devDependencies": {
33-
"@napi-rs/cli": "^2.15.2",
32+
"dependencies": {
3433
"napi-wasm": "^1.1.2"
3534
},
35+
"devDependencies": {
36+
"@napi-rs/cli": "^2.15.2"
37+
},
3638
"scripts": {
3739
"build": "napi build --platform --cargo-cwd ../../../crates/node-bindings",
3840
"build-canary": "napi build --platform --profile canary --cargo-cwd ../../../crates/node-bindings",

0 commit comments

Comments
 (0)