diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-07-23 01:01:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-23 00:01:31 +0000 |
| commit | 3f8efe5289d88097ab49e7a8fcda763c2823376b (patch) | |
| tree | 736b2f2315a46a81af1ecfec4e5efb4f2a7d3521 /ext/napi/sym/Cargo.toml | |
| parent | 715675565a928a7ac819b89fa40d8b74e7e1c8bc (diff) | |
Revert "chore: move all node-api impl to ext (#24662)" (#24680)
This reverts commit d00fbd70258a77a267fe20bdd2c4a028c799b693.
Reverting because, it caused a failure during v1.45.3 publish:
https://github.com/denoland/deno/actions/runs/10048730693/job/27773718095
Diffstat (limited to 'ext/napi/sym/Cargo.toml')
| -rw-r--r-- | ext/napi/sym/Cargo.toml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/ext/napi/sym/Cargo.toml b/ext/napi/sym/Cargo.toml deleted file mode 100644 index 43f5b7589..000000000 --- a/ext/napi/sym/Cargo.toml +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. - -[package] -name = "napi_sym" -version = "0.91.0" -authors.workspace = true -edition.workspace = true -license.workspace = true -readme = "README.md" -repository.workspace = true -description = "proc macro for writing N-API symbols" - -[lib] -path = "./lib.rs" -proc-macro = true - -[dependencies] -quote.workspace = true -serde.workspace = true -serde_json.workspace = true -syn.workspace = true |
