swc-dev 0.0.0

Command line for writting swc plugins in rust
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Command line for writting swc plugins in rust"
documentation = "https://rustdoc.swc.rs/swc_plugin/"
edition = "2018"
license = "Apache-2.0/MIT"
name = "swc-dev"
repository = "https://github.com/swc-project/swc.git"
version = "0.0.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]