swc/crates/swc_visit/Cargo.toml

20 lines
427 B
TOML
Raw Normal View History

2020-07-23 20:18:22 +03:00
[package]
2022-08-12 02:58:00 +03:00
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
2020-07-23 20:18:22 +03:00
description = "Visitor generator for stable rustc"
2022-08-12 02:58:00 +03:00
edition = "2021"
license = "Apache-2.0"
name = "swc_visit"
repository = "https://github.com/swc-project/swc.git"
2024-04-29 03:56:21 +03:00
version = "0.5.14"
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 = { workspace = true }
2024-04-29 03:56:21 +03:00
swc_visit_macros = { version = "0.5.12", path = "../swc_visit_macros" }