diff options
author | snek <snek@deno.com> | 2024-10-24 09:13:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-24 09:13:54 +0200 |
commit | 79a3ad2b950009f560641cea359d7deb6f7a61ac (patch) | |
tree | a775ff101d1513b24a8cc0afc80fdcbd4c6c9074 /cli/Cargo.toml | |
parent | 27df42f659ae7b77968d31363ade89addb516ea1 (diff) |
feat: support node-api in denort (#26389)
exposes node-api symbols in denort so that `deno compile` can run native
addons.
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r-- | cli/Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index d6d8982b1..ded6551cd 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -86,7 +86,6 @@ deno_task_shell = "=0.18.1" deno_terminal.workspace = true eszip = "=0.79.1" libsui = "0.4.0" -napi_sym.workspace = true node_resolver.workspace = true anstream = "0.6.14" @@ -175,14 +174,12 @@ zstd.workspace = true [target.'cfg(windows)'.dependencies] junction.workspace = true winapi = { workspace = true, features = ["knownfolders", "mswsock", "objbase", "shlobj", "tlhelp32", "winbase", "winerror", "winsock2"] } -windows-sys.workspace = true [target.'cfg(unix)'.dependencies] nix.workspace = true [dev-dependencies] deno_bench_util.workspace = true -libuv-sys-lite = "=1.48.2" pretty_assertions.workspace = true test_util.workspace = true |