swc/crates/swc_cli/Cargo.toml
2022-02-15 12:05:43 +09:00

20 lines
454 B
TOML

[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>", "OJ Kwon <kwon.ohjoong@gmail.com>"]
description = "Commandline for SWC"
edition = "2021"
include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_cli"
repository = "https://github.com/swc-project/swc.git"
version = "0.1.3"
[[bin]]
name = "swc"
path = "./src/main.rs"
[dependencies]
anyhow = "1.0.53"
clap = {version = "3.0.14", features = ["derive", "wrap_help"]}
[features]