[package] name = "wasm-bindgen-build" description = "Build script for wasm-bindgen, for use in NPM packages" version = "0.0.0" edition = "2021" license = "MIT OR Apache-2.0" authors = ["nasso "] repository = "https://github.com/nasso/wasm-bindgen-build" keywords = ["wasm-bindgen", "build", "script", "npm"] categories = [ "development-tools::build-utils", "wasm", "command-line-utilities", ] exclude = ["/.devcontainer", "/.github", "/.vscode", "/examples"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]