🏡 index : ~doyle/gitlab-cargo-shim.git

author Jordan Doyle <jordan@doyle.la> 2022-03-15 15:34:24.0 +00:00:00
committer Jordan Doyle <jordan@doyle.la> 2022-03-15 15:34:24.0 +00:00:00
commit
ad4cd6b795b38de3e563372254e8fd287ef684f7 [patch]
tree
3205fc66489bad03bae291977d908003a11085c8
parent
3fd08e2075a916cd96e6bde6827918ec59d37be2
download
ad4cd6b795b38de3e563372254e8fd287ef684f7.tar.gz

Add GitLab patch to README



Diff

 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index c5079bb..256c8c7 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
# gitlab-cargo-shim

To use `github-cargo-shim` at the moment you will have to apply [this patch][patch] ([MR][MR])
to your GitLab instance.

Say goodbye to your Git dependencies, `gitlab-cargo-shim` is an SSH server
that serves crates just like a standard Cargo registry but from a
[GitLab package registry][gitlab-package-registry], allowing you to use
@@ -66,3 +69,5 @@ Rustacean.
[gitlab-package-registry]: https://docs.gitlab.com/ee/user/packages/package_registry/index.html
[imp-token]: https://docs.gitlab.com/ee/api/index.html#impersonation-tokens
[envvar]: https://doc.rust-lang.org/cargo/reference/registries.html#using-an-alternate-registry
[patch]: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/82663.patch
[MR]: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/82663