[package]
description = "rspack dynamic entry plugin"
edition = "2021"
license = "MIT"
name = "rspack_plugin_dynamic_entry"
repository = "https://github.com/web-infra-dev/rspack"
version = "0.2.0"
[dependencies]
async-trait = { workspace = true }
derivative = { workspace = true }
futures = { workspace = true }
rspack_core = { workspace = true }
rspack_error = { workspace = true }
rspack_hook = { workspace = true }
tracing = { workspace = true }
[package.metadata.cargo-shear]
ignored = ["tracing"]