0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-10 14:17:49 -04:00
deno/tests/napi/Cargo.toml

24 lines
450 B
TOML
Raw Normal View History

2025-01-01 04:12:39 +09:00
# Copyright 2018-2025 the Deno authors. MIT license.
[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
publish = false
2022-11-22 21:07:35 +01:00
repository.workspace = true
[lib]
crate-type = ["cdylib"]
[dependencies]
libuv-sys-lite.workspace = true
napi-sys = { workspace = true, features = ["napi7"] }
[dev-dependencies]
2022-11-22 21:07:35 +01:00
test_util.workspace = true
[build-dependencies]
napi-build.workspace = true