mirror of
https://github.com/swc-project/swc.git
synced 2024-12-29 00:23:10 +03:00
6 lines
185 B
Bash
Executable File
6 lines
185 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' |