mirror of
https://github.com/swc-project/swc.git
synced 2024-12-28 08:04:43 +03:00
4 lines
173 B
Bash
4 lines
173 B
Bash
|
#!/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'
|