atlassian / go-artifactory

Go library for artifactory REST API
Apache License 2.0
23 stars 28 forks source link

Add support for cargo repositories #32

Closed IainSteers closed 2 years ago

IainSteers commented 3 years ago

JFrog added support for Rust Cargo repositories in Artifactory 7.17.4.

This PR adds handling to the local/remote repositories for cargo repos. (There is no virtual repository concept for cargo)

Git repository url is the remote cargo index url https://www.jfrog.com/confluence/display/JFROG/Cargo+Registry#CargoRegistry-RemoteRepositories

atlassian-cla-bot[bot] commented 3 years ago

Hooray! All contributors have signed the CLA.

jmcampanini commented 3 years ago

Is there a timeline for getting this merged?