/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
libs/napi_sys/Cargo.toml
17 строк
493 B
Bartek Iwańczuk
refactor(napi): replace external napi-sys with in-tree napi_sys crate (#32582)
09 мар 2026, 19:35
Не верифицирован
09 мар 2026, 19:35
c123358
Код
Авторство
О чём код?
# Copyright 2018-2026 the Deno authors. MIT license. # Forked from https://github.com/napi-rs/napi-rs/tree/main/crates/napi-sys # to avoid build-time dependency on Node.js binaries and to maintain # new Node-API symbols in-tree. [package] name = "napi_sys" version = "0.1.0" edition.workspace = true license.workspace = true publish = false repository.workspace = true description = "Node-API FFI bindings for Deno's NAPI test suite" [target.'cfg(windows)'.dependencies] libloading = "0.7"