feat: move to bigints for larger file sizes

This commit is contained in:
DecDuck
2025-07-14 15:17:38 +10:00
parent e525ff44bb
commit 2969d64c45
5 changed files with 11 additions and 11 deletions

View File

@ -10,7 +10,7 @@ crate-type = ["cdylib"]
[dependencies]
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
napi = { version = "3.0.0-beta.11", default-features = false, features = [
"napi4",
"napi6",
"async",
"web_stream",
] }