rspack_plugin_split_chunks 0.1.0

rspack split chunks plugin
[package]
description = "rspack split chunks plugin"
edition     = "2021"
license     = "MIT"
name        = "rspack_plugin_split_chunks"
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]
dashmap            = { workspace = true }
derivative         = { workspace = true }
rayon              = { workspace = true }
regex              = { workspace = true }
rspack_collections = { version = "0.1.0", path = "../rspack_collections" }
rspack_core        = { version = "0.1.0", path = "../rspack_core" }
rspack_error       = { version = "0.1.0", path = "../rspack_error" }
rspack_hash        = { version = "0.1.0", path = "../rspack_hash" }
rspack_hook        = { version = "0.1.0", path = "../rspack_hook" }
rspack_regex       = { version = "0.1.0", path = "../rspack_regex" }
rspack_util        = { version = "0.1.0", path = "../rspack_util" }
rustc-hash         = { workspace = true }
tracing            = { workspace = true }