Files
libloot/nodejs/Cargo.toml

20 lines
459 B
TOML

[package]
edition = "2021"
name = "libloot-nodejs"
version = "0.27.0"
license = "GPL-3.0-or-later"
[lib]
crate-type = ["cdylib"]
[dependencies]
libloot = { path = ".." }
libloot-ffi-errors = { path = "../ffi-errors" }
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
napi = { version = "2.12.2", default-features = false, features = ["napi4"] }
napi-derive = "2.12.2"
[build-dependencies]
napi-build = "2.0.1"