gitea/services/packages
KN4CK3R 723598b803
Implement Cargo HTTP index (#24452)
This implements the HTTP index
[RFC](https://rust-lang.github.io/rfcs/2789-sparse-index.html) for Cargo
registries.

Currently this is a preview feature and you need to use the nightly of
`cargo`:

`cargo +nightly -Z sparse-registry update`

See https://github.com/rust-lang/cargo/issues/9069 for more information.

---------

Co-authored-by: Giteabot <teabot@gitea.io>
2023-05-03 16:58:43 -04:00
..
cargo Implement Cargo HTTP index (#24452) 2023-05-03 16:58:43 -04:00
cleanup Add Debian package registry (#24426) 2023-05-02 12:31:35 -04:00
container Introduce path Clean/Join helper functions (#23495) 2023-03-21 16:02:49 -04:00
debian Add Debian package registry (#24426) 2023-05-02 12:31:35 -04:00
auth.go refactor auth interface to return error when verify failure (#22119) 2022-12-28 13:53:28 +08:00
packages.go Add Debian package registry (#24426) 2023-05-02 12:31:35 -04:00