1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-10 08:09:06 -05:00
denoland-deno/tests/napi/Cargo.toml
2024-12-31 19:12:39 +00:00

23 lines
462 B
TOML

# Copyright 2018-2025 the Deno authors. MIT license.
[package]
name = "test_napi"
version = "0.1.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
publish = false
repository.workspace = true
[lib]
crate-type = ["cdylib"]
[dependencies]
libuv-sys-lite = "=1.48.2"
napi-sys = { version = "=2.2.2", default-features = false, features = ["napi7"] }
[dev-dependencies]
test_util.workspace = true
[build-dependencies]
napi-build = "1"