To resolve Cargo packages:
In the Application module, navigate to Artifactory | Artifacts.
In the Artifact Tree Browser, select a Cargo repository and click Set Me Up.
Password Authentication Requirement
The 'Type Password' box is displayed only if you need to perform re-authentication opposite the JFrog Platform. This option will not be available in the UI for users applying external authentication methods such as SAML or OAuth.
To set your credentials for API calls such as
publish
andyank
, add the following section to the credentials file under your Cargo home directory (for example~/.cargo/credentials
):[registries.artifactory] token = "Bearer <TOKEN>"
Copy the Cargo code snippets to publish a Cargo package or configure your Rust client to resolve the artifacts in the selected repository.