[package]
description = "remove duplicate modules"
edition.workspace = true
license = "MIT"
name = "rspack_plugin_remove_duplicate_modules"
repository = "https://github.com/web-infra-dev/rspack"
version.workspace = true
[lints]
workspace = true
[package.metadata.cargo-shear]
ignored = ["tracing"]
[dependencies]
rspack_collections = { workspace = true }
rspack_core = { workspace = true }
rspack_error = { workspace = true }
rspack_hook = { workspace = true }
rustc-hash = { workspace = true }
tracing = { workspace = true }