mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 18:28:13 +03:00
26 lines
732 B
TOML
26 lines
732 B
TOML
[package]
|
|
authors = [
|
|
"강동윤 <kdy1997.dev@gmail.com>",
|
|
"Daniel Woznicki <daniel.woznicki@gmail.com>",
|
|
]
|
|
description = "ESTree AST node definitions"
|
|
documentation = "https://rustdoc.swc.rs/swc_estree_ast/"
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
name = "swc_estree_ast"
|
|
repository = "https://github.com/swc-project/swc.git"
|
|
version = "0.19.15"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
|
|
[lib]
|
|
bench = false
|
|
|
|
[dependencies]
|
|
better_scoped_tls = { version = "0.1.0", path = "../better_scoped_tls" }
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
swc_atoms = { version = "0.4.25", path = "../swc_atoms" }
|
|
swc_common = { version = "0.29.15", path = "../swc_common" }
|