1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/test_napi/Cargo.toml
Luca Casonato 6596912d5a
chore: update a bunch of crates (#21270)
Fixes #21217

---------

Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2023-12-08 15:55:11 +01:00

22 lines
456 B
TOML

# Copyright 2018-2023 the Deno authors. All rights reserved. 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]
napi-sys = { version = "=2.2.2", default-features = false, features = ["napi7"] }
[dev-dependencies]
test_util.workspace = true
[build-dependencies]
napi-build = "1"