swc/macros/enum_kind/Cargo.toml
Yehuda Katz db85d123b7
Fix a number of typos (#1412)
Co-authored-by: 강동윤 <kdy1997.dev@gmail.com>
2021-02-20 15:18:09 +09:00

22 lines
528 B
TOML

[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Easily manage values related to enum."
documentation = "https://swc.rs/rustdoc/enum_kind/"
edition = "2018"
license = "Apache-2.0/MIT"
name = "enum_kind"
repository = "https://github.com/swc-project/swc.git"
version = "0.2.1"
[lib]
proc-macro = true
[dependencies]
pmutil = "0.5.1"
proc-macro2 = "1"
swc_macros_common = {version = "0.3.2", path = "../common"}
[dependencies.syn]
features = ["full", "parsing", "printing", "extra-traits"]
version = "1"