aboutsummaryrefslogtreecommitdiff
path: root/bench/ffi/src/Cargo.toml
blob: ed1eb550f7b480bb183d83d9b054163c741d815a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
edition = "2021"
version = "0.1.0"
name = "ffi_napi_bench"

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

[features]
default = []
enable-napi = []

[dependencies]
napi = "2"
napi-derive = "2"

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