mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
f60720090c
Moving some additional NAPI and. FFI tests out of the tree root.
22 lines
456 B
TOML
22 lines
456 B
TOML
# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
|
|
[package]
|
|
name = "test_napi"
|
|
version = "0.1.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
publish = false
|
|
repository.workspace = true
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
napi-sys = { version = "=2.2.2", default-features = false, features = ["napi7"] }
|
|
|
|
[dev-dependencies]
|
|
test_util.workspace = true
|
|
|
|
[build-dependencies]
|
|
napi-build = "1"
|