rspack_napi 0.1.0

rspack napi
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
description = "rspack napi"
edition     = "2021"
license     = "MIT"
name        = "rspack_napi"
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]
napi         = { workspace = true, features = ["async", "tokio_rt", "serde-json", "napi4", "anyhow"] }
oneshot      = "0.1.6"
rspack_error = { version = "0.1.0", path = "../rspack_error" }
rspack_regex = { version = "0.1.0", path = "../rspack_regex" }
tokio        = { workspace = true, features = ["rt", "rt-multi-thread", "macros", "test-util", "parking_lot"] }