2023-01-02 16:00:42 -05:00
|
|
|
# Copyright 2018-2023 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]
|
2022-10-30 13:13:46 -04: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"
|