nx/packages/nx/build.rs
Jonathan Cammisuli fecf7fb82f
feat(core): add native node bindings for hashing (#14476)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-02-01 14:43:40 -05:00

6 lines
65 B
Rust

extern crate napi_build;
fn main() {
napi_build::setup();
}