mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 12:12:16 +03:00
4490e2551d
Changes url from https://swc-project.github.io to https://swc.rs
31 lines
849 B
TOML
31 lines
849 B
TOML
[package]
|
|
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
|
edition = "2018"
|
|
name = "swc_ecma_preset_env"
|
|
publish = false
|
|
version = "0.1.0"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
dashmap = "3"
|
|
fxhash = "0.2.1"
|
|
once_cell = "1.2.0"
|
|
semver = {version = "0.9.0", features = ["serde"]}
|
|
serde = {version = "1", features = ["derive"]}
|
|
serde_json = "1"
|
|
st-map = "0.1.2"
|
|
string_enum = {path = "../../macros/string_enum"}
|
|
swc_atoms = {path = "../../atoms"}
|
|
swc_common = {path = "../../common"}
|
|
swc_ecma_ast = {path = "../ast"}
|
|
swc_ecma_transforms = {path = "../transforms"}
|
|
swc_ecma_visit = {path = "../visit"}
|
|
walkdir = "2"
|
|
|
|
[dev-dependencies]
|
|
pretty_assertions = "0.6"
|
|
swc_ecma_codegen = {path = "../codegen"}
|
|
swc_ecma_parser = {path = "../parser"}
|
|
testing = {path = "../../testing"}
|