[package] authors = ["강동윤 "] description = "Tasks for the swc project" edition = "2021" license = "Apache-2.0" name = "xtask" publish = false repository = "https://github.com/swc-project/swc.git" version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.81" cargo_metadata = "0.18.0" chrono = "0.4.31" clap = { version = "4.4.6", features = ["derive"] } semver = "1.0.20" serde = "1.0.197" serde_derive = "1.0.197" serde_json = "1.0.115" toml = "0.8.2" walkdir = "2.4.0"