swc/crates/swc_estree_ast/Cargo.toml

20 lines
600 B
TOML
Raw Normal View History

[package]
2021-11-22 15:41:03 +03:00
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 = "2018"
2021-12-01 08:20:52 +03:00
license = "Apache-2.0"
name = "swc_estree_ast"
2021-11-22 15:41:03 +03:00
repository = "https://github.com/swc-project/swc.git"
version = "0.3.0"
[package.metadata.docs.rs]
all-features = true
[dependencies]
scoped-tls = "1.0.0"
serde = {version = "1", features = ["derive"]}
serde_json = "1"
2021-11-22 15:41:03 +03:00
swc_atoms = {version = "0.2", path = "../swc_atoms"}
swc_common = {version = "0.14", path = "../swc_common"}