swc/crates/swc_x_optimizer/Cargo.toml
Donny/강동윤 da70ebed69
feat(x): Initialize project (#8999)
**Description:**

SWC X will be a cross-module optimizer that utilizes an enormous amount of information. After merging this, I'll experiment with several approaches.
2024-05-31 00:56:21 +00:00

12 lines
288 B
TOML

[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Cross-module optimizer built on SWC"
edition = "2021"
license = "Apache-2.0"
name = "swc_x_optimizer"
repository = "https://github.com/swc-project/swc.git"
version = "0.1.0"
[dependencies]