mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
a5621bb30a
This PR adds - `xtask clean` - `xtask bench`
17 lines
477 B
TOML
17 lines
477 B
TOML
[package]
|
|
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
|
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.75"
|
|
clap = { version = "4.4.6", features = ["derive"] }
|
|
walkdir = "2.4.0"
|