Expand description
Common helper functions shared across cargo plugins.
Functionsยง
- detect_
repo - Detect GitHub repository from environment or git remote.
- find_
package - Find the Cargo package using cargo_metadata.
- get_
metadata - Get cargo metadata for a workspace or package.
- get_
owner_ repo - Get owner and repo from args or environment.
- get_
package_ version_ from_ manifest - Get package version from a specific manifest path using cargo_metadata.
- get_
workspace_ packages - Get all workspace packages.