[package] name = "hyperbuild-nodejs" publish = false version = "0.0.4" authors = ["Wilson Lin "] license = "MIT" build = "build.rs" exclude = ["artifacts.json", "index.node"] edition = "2018" [lib] name = "hyperbuild" crate-type = ["cdylib"] [build-dependencies] neon-build = "0.3.3" [dependencies] hyperbuild = "0.0.4" neon = "0.3.3"