mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 02:06:08 +03:00
22 lines
545 B
TOML
22 lines
545 B
TOML
[package]
|
|
authors = [
|
|
"강동윤 <kdy1997.dev@gmail.com>",
|
|
"Daniel Woznicki <daniel.woznicki@gmail.com>",
|
|
]
|
|
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.20.12"
|
|
|
|
[lib]
|
|
bench = false
|
|
|
|
[dependencies]
|
|
dashmap = "5.4.0"
|
|
|
|
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
|
swc_common = { version = "0.33.12", path = "../swc_common" }
|