2025-01-01 04:12:39 +09:00
|
|
|
# Copyright 2018-2025 the Deno authors. MIT license.
|
2022-10-05 07:06:44 -07:00
|
|
|
|
|
|
|
[package]
|
|
|
|
name = "test_napi"
|
|
|
|
version = "0.1.0"
|
2022-11-22 21:07:35 +01:00
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2022-10-05 07:06:44 -07:00
|
|
|
publish = false
|
2022-11-22 21:07:35 +01:00
|
|
|
repository.workspace = true
|
2022-10-05 07:06:44 -07:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib"]
|
|
|
|
|
|
|
|
[dependencies]
|
2025-02-26 16:55:47 +02:00
|
|
|
libuv-sys-lite.workspace = true
|
|
|
|
napi-sys = { workspace = true, features = ["napi7"] }
|
2022-10-05 07:06:44 -07:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2022-11-22 21:07:35 +01:00
|
|
|
test_util.workspace = true
|
2022-10-05 07:06:44 -07:00
|
|
|
|
|
|
|
[build-dependencies]
|
2025-02-26 16:55:47 +02:00
|
|
|
napi-build.workspace = true
|