swc/crates/swc_node_comments/Cargo.toml
2022-01-12 18:39:56 +09:00

17 lines
563 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.4.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ahash = "0.7.6"
dashmap = "4"
swc_common = {version = "0.17.0", path = "../swc_common"}