[package] authors = ["강동윤 ", "Daniel Woznicki "] description = "Babel AST node definitions" documentation = "https://rustdoc.swc.rs/swc_babel_ast/" edition = "2018" license = "Apache-2.0/MIT" name = "swc_babel_ast" repository = "https://github.com/swc-project/swc.git" version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = {version = "1", features = ["derive"]} serde_json = "1.0.62" swc_atoms = {version = "0.2", path = "../swc_atoms"} swc_common = {version = "0.14", path = "../swc_common"} swc_node_base = {version = "0.5", path = "../swc_node_base"}