rspack_loader_testing 0.2.0

rspack loader test
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
description = "rspack loader test"
edition     = "2021"
license     = "MIT"
name        = "rspack_loader_testing"
repository  = "https://github.com/web-infra-dev/rspack"
version     = "0.2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
async-trait          = { workspace = true }
rspack_core          = { workspace = true }
rspack_error         = { workspace = true }
rspack_loader_runner = { workspace = true }
serde_json           = { workspace = true }