mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 11:42:13 +03:00
24 lines
544 B
TOML
24 lines
544 B
TOML
[package]
|
|
name = "enum_kind"
|
|
version = "0.2.0"
|
|
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
|
license = "Apache-2.0/MIT"
|
|
repository = "https://github.com/swc-project/swc.git"
|
|
documentation = "https://swc-project.github.io/rustdoc/enum_kind/"
|
|
description = "Easily manage values related to enum."
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
swc_macros_common = { version = "0.3", path ="../common" }
|
|
pmutil = "0.5.1"
|
|
proc-macro2 = "1"
|
|
|
|
[dependencies.syn]
|
|
version = "1"
|
|
features = ["full", "parsing", "printing", "extra-traits"]
|
|
|
|
|