mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 17:54:15 +03:00
4d52cb49d4
* Use syntax_pos and rustc_error. * Use syntax_pos::Span
23 lines
338 B
TOML
23 lines
338 B
TOML
[workspace]
|
|
|
|
[package]
|
|
name = "swc"
|
|
version = "0.1.0"
|
|
authors = ["강동윤 <kdy1@outlook.kr>"]
|
|
|
|
[dependencies]
|
|
libswc = { path = "./swc" }
|
|
rayon = "0.9"
|
|
slog = "2"
|
|
slog-envlogger = "2.1"
|
|
slog-term = "2.3"
|
|
|
|
|
|
[dependencies.clap]
|
|
version = "2.29"
|
|
default-features = false
|
|
features = [ "suggestions", "color" ]
|
|
|
|
|
|
[profile.bench]
|
|
debug = true |