swc/crates/swc_cli/Cargo.toml

20 lines
454 B
TOML
Raw Normal View History

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