rspack_hook 0.1.0

rspack hook
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
description = "rspack hook"
edition     = "2021"
license     = "MIT"
name        = "rspack_hook"
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 }
futures-concurrency = "7.5.0"
rspack_error        = { version = "0.1.0", path = "../rspack_error" }
rspack_macros       = { version = "0.1.0", path = "../rspack_macros" }
rustc-hash          = { workspace = true }