Files
libloot/nodejs/Cargo.toml
T
dependabot[bot]andGitHub 2340a5a094 Bump napi-derive from 3.1.1 to 3.1.2
Bumps [napi-derive](https://github.com/napi-rs/napi-rs) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](https://github.com/napi-rs/napi-rs/compare/napi-derive-v3.1.1...napi-derive-v3.1.2)

---
updated-dependencies:
- dependency-name: napi-derive
  dependency-version: 3.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-13 09:35:02 +00:00

26 lines
601 B
TOML

[package]
name = "libloot-nodejs"
description = "An experimental Node.js wrapper around libloot."
publish = false
version.workspace = true
repository.workspace = true
edition.workspace = true
license.workspace = true
[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 = "3.1.6", default-features = false, features = ["napi4"] }
napi-derive = "3.2.2"
[build-dependencies]
napi-build = "2.2.3"
[lints]
workspace = true