swc/crates/swc_node_comments/Cargo.toml

22 lines
545 B
TOML
Raw Normal View History

2021-11-22 15:41:03 +03:00
[package]
authors = [
"강동윤 <kdy1997.dev@gmail.com>",
"Daniel Woznicki <daniel.woznicki@gmail.com>",
]
2021-11-22 15:41:03 +03:00
description = "Implementation of Comments of swc_common"
documentation = "https://rustdoc.swc.rs/swc_node_comments/"
2021-12-30 12:59:18 +03:00
edition = "2021"
2021-11-22 15:41:03 +03:00
license = "Apache-2.0"
name = "swc_node_comments"
repository = "https://github.com/swc-project/swc.git"
2024-02-22 05:56:23 +03:00
version = "0.20.17"
2021-11-22 15:41:03 +03:00
[lib]
bench = false
2021-11-22 15:41:03 +03:00
[dependencies]
2023-06-22 16:37:35 +03:00
dashmap = "5.4.0"
2023-12-01 23:08:13 +03:00
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
2024-02-22 05:56:23 +03:00
swc_common = { version = "0.33.18", path = "../swc_common" }