2024-01-01 14:58:21 -05:00
|
|
|
# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
2022-10-05 10:06:44 -04:00
|
|
|
|
|
|
|
[package]
|
|
|
|
name = "test_napi"
|
|
|
|
version = "0.1.0"
|
2022-11-22 15:07:35 -05:00
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2022-10-05 10:06:44 -04:00
|
|
|
publish = false
|
2022-11-22 15:07:35 -05:00
|
|
|
repository.workspace = true
|
2022-10-05 10:06:44 -04:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib"]
|
|
|
|
|
|
|
|
[dependencies]
|
2024-10-02 13:43:42 -04:00
|
|
|
libuv-sys-lite = "=1.48.2"
|
2023-12-08 09:55:11 -05:00
|
|
|
napi-sys = { version = "=2.2.2", default-features = false, features = ["napi7"] }
|
2022-10-05 10:06:44 -04:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2022-11-22 15:07:35 -05:00
|
|
|
test_util.workspace = true
|
2022-10-05 10:06:44 -04:00
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
napi-build = "1"
|