diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2024-04-20 18:55:07 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-20 18:55:07 +0530 |
| commit | c0f40ed81a1c932f804ba62e635249cd43c31273 (patch) | |
| tree | a8ce324f17f819eb62fe93199664886b769d9c5f /ext/node/Cargo.toml | |
| parent | 04c6785faecdef37b3d4eefb61c0a18ff1cbdec0 (diff) | |
fix(ext/node): implement process.kill in Rust (#23130)
Closes https://github.com/denoland/deno/issues/23056
Diffstat (limited to 'ext/node/Cargo.toml')
| -rw-r--r-- | ext/node/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml index 928968a9e..c4fcbd3ac 100644 --- a/ext/node/Cargo.toml +++ b/ext/node/Cargo.toml @@ -26,6 +26,7 @@ deno_fetch.workspace = true deno_fs.workspace = true deno_media_type.workspace = true deno_net.workspace = true +deno_permissions.workspace = true deno_whoami = "0.1.0" digest = { version = "0.10.5", features = ["core-api", "std"] } dsa = "0.6.1" |
