[package] authors = ["강동윤 ", "OJ Kwon "] 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.2" [[bin]] name = "swc" path = "./src/main.rs" [dependencies] anyhow = "1.0.53" clap = {version = "3.0.14", features = ["derive", "wrap_help"]} [features]