[package] authors = [ "강동윤 ", "Daniel Woznicki ", ] description = "Implementation of Comments of swc_common" documentation = "https://rustdoc.swc.rs/swc_node_comments/" edition = "2021" license = "Apache-2.0" name = "swc_node_comments" repository = "https://github.com/swc-project/swc.git" version = "0.21.0" [lib] bench = false [dependencies] dashmap = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.34.0", path = "../swc_common" }