mirror of
https://github.com/denoland/deno.git
synced 2025-01-10 08:09:06 -05:00
23 lines
462 B
TOML
23 lines
462 B
TOML
# Copyright 2018-2025 the Deno authors. 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]
|
|
libuv-sys-lite = "=1.48.2"
|
|
napi-sys = { version = "=2.2.2", default-features = false, features = ["napi7"] }
|
|
|
|
[dev-dependencies]
|
|
test_util.workspace = true
|
|
|
|
[build-dependencies]
|
|
napi-build = "1"
|