rspack_binding_builder 0.7.5

Rspack node builder
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
authors.workspace       = true
categories.workspace    = true
description             = "Rspack node builder"
documentation.workspace = true
edition.workspace       = true
homepage.workspace      = true
license.workspace       = true
name                    = "rspack_binding_builder"
repository.workspace    = true
version.workspace       = true

[features]
plugin = ["rspack_binding_api/plugin"]

[dependencies]
rspack_binding_api = { workspace = true }