mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
92abdb7669
these symbols are re-exported from runtime/cli using `build.rs`, so we don't need them in the same crate.
22 lines
494 B
TOML
22 lines
494 B
TOML
# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
|
|
[package]
|
|
name = "deno_napi"
|
|
version = "0.91.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
readme = "README.md"
|
|
repository.workspace = true
|
|
description = "NAPI implementation for Deno"
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
deno_core.workspace = true
|
|
deno_permissions.workspace = true
|
|
libc.workspace = true
|
|
libloading = { version = "0.7" }
|
|
log.workspace = true
|
|
napi_sym.workspace = true
|