swc_parallel 1.0.1

Linter for the swc project
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
authors     = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Linter for the swc project"
edition     = { workspace = true }
include     = ["Cargo.toml", "src/**/*.rs"]
license     = { workspace = true }
name        = "swc_parallel"
repository  = { workspace = true }
version     = "1.0.1"

[features]
default = ["parallel"]
# Make it really parallel
parallel = ["chili"]

[dependencies]
chili     = { workspace = true, optional = true }
once_cell = { workspace = true }