swc/bindings/swc_cli/Cargo.toml

28 lines
537 B
TOML
Raw Normal View History

[package]
2023-01-28 21:32:28 +03:00
authors = ["강동윤 <kdy1997.dev@gmail.com>", "OJ Kwon <kwon.ohjoong@gmail.com>"]
description = "Commandline for SWC"
2023-01-28 21:32:28 +03:00
edition = "2021"
include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_cli"
repository = "https://github.com/swc-project/swc.git"
version = "0.91.85"
[[bin]]
bench = false
2023-01-28 21:32:28 +03:00
name = "swc"
path = "./src/main.rs"
[features]
default = [
"swc_cli_impl/default"
]
2023-05-18 10:05:39 +03:00
plugin = [
"swc_cli_impl/plugin"
2023-05-18 10:05:39 +03:00
]
[dependencies]
2022-11-02 07:53:22 +03:00
anyhow = "1.0.66"
swc_cli_impl = "0.4.17"