We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1a12ad + 63dd4fb commit c8e1751Copy full SHA for c8e1751
docs/toml-schema.md
@@ -443,3 +443,7 @@ workflow-filename = "ci.yml"
443
# GitHub Actions environment that has to be used for the publishing (required)
444
environment = "deploy"
445
```
446
+
447
+> [!TIP]
448
+> To list the public crates of a workspace, run:
449
+> `cargo metadata --no-deps --format-version 1 | jq -r '.packages[] | select(.publish == null or .publish != false) | .name'`
0 commit comments