rspack_plugin_dynamic_entry 0.1.0

rspack dynamic entry plugin
Documentation
[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.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
async-trait  = { workspace = true }
derivative   = { workspace = true }
futures      = { workspace = true }
rspack_core  = { version = "0.1.0", path = "../rspack_core" }
rspack_error = { version = "0.1.0", path = "../rspack_error" }
rspack_hook  = { version = "0.1.0", path = "../rspack_hook" }
tracing      = { workspace = true }

[package.metadata.cargo-shear]
ignored = ["tracing"]