mirror of
https://github.com/swc-project/swc.git
synced 2024-12-27 15:42:51 +03:00
aa59ca3727
**Description:** Let's restore https://swc.rs/docs/benchmarks
4 lines
173 B
Bash
Executable File
4 lines
173 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -eu
|
|
|
|
cargo metadata --format-version 1 --no-deps | jq -r -j '[.packages[] | select(.source == null and .name != "xtask") | .name]' | tr -d '\012\015' |