mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-22 11:53:06 +00:00
Add cenotelie/cratery to the list of registries
This commit is contained in:
parent
b8a8cbcad8
commit
b9dc1be66a
1 changed files with 1 additions and 0 deletions
|
@ -1925,6 +1925,7 @@ See also [Are we web yet?](https://www.arewewebyet.org) and [Rust web framework
|
|||
|
||||
A registry allows you to publish your Rust libraries as crate packages, to share them with others publicly and privately.
|
||||
|
||||
* [cenotelie/cratery](https://github.com/cenotelie/cratery) - A lightweight private cargo registry with batteries included, built for organisations, including features similar to [docs.rs](https://docs.rs) and [deps.rs](https://deps.rs). [![CI](https://github.com/cenotelie/cratery/actions/workflows/ci.yml/badge.svg)](https://github.com/cenotelie/cratery/actions/workflows/ci.yml)
|
||||
* [Cloudsmith :heavy_dollar_sign:](https://cloudsmith.com/product/formats/cargo-registry) - A fully managed package management SaaS, with first-class support for public and private Cargo/Rust registries (plus many others). Has a generous free-tier and is also completely free for open-source.
|
||||
* [Crates](https://crates.io) - The official public registry for Rust/Cargo.
|
||||
* [w4/chartered](https://github.com/w4/chartered) - A private, authenticated, permissioned Cargo registry [![CI](https://github.com/w4/chartered/actions/workflows/ci.yml/badge.svg)](https://github.com/w4/chartered/actions/workflows/ci.yml)
|
||||
|
|
Loading…
Reference in a new issue