mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
Add cargo config to support building a unified cargo static lib to include multiple crate dependencies to be used by Node.js. This also allows additional crate dependencies to be added, like amaro. PR-URL: https://github.com/nodejs/node/pull/61072 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
4 lines
81 B
Plaintext
4 lines
81 B
Plaintext
# Include everything in `vendor/` except for hidden files
|
|
!vendor/**/*
|
|
.DS_Store
|