swc/crates/swc_visit/Cargo.toml

19 lines
387 B
TOML
Raw Normal View History

2020-07-23 20:18:22 +03:00
[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Visitor generator for stable rustc"
2021-12-30 12:59:18 +03:00
edition = "2021"
2021-12-01 08:20:52 +03:00
license = "Apache-2.0"
name = "swc_visit"
repository = "https://github.com/swc-project/swc.git"
version = "0.5.1"
2020-07-23 20:18:22 +03:00
[lib]
bench = false
2020-07-23 20:18:22 +03:00
[features]
path = []
2020-07-23 20:18:22 +03:00
[dependencies]
either = "1.5.3"
swc_visit_macros = { version = "0.5.2", path = "../swc_visit_macros" }