summaryrefslogtreecommitdiff
path: root/test_napi/Cargo.toml
blob: 09faa4175b74b3e69ce47d4afb35613adfab8a9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.

[package]
name = "test_napi"
version = "0.1.0"
authors = ["the deno authors"]
edition = "2021"
publish = false

[lib]
crate-type = ["cdylib"]

[dependencies]
napi-sys = { version = "2.2.2", default-features = false, features = ["napi4"] }

[dev-dependencies]
test_util = { path = "../test_util" }

[build-dependencies]
napi-build = "1"