You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
2 years ago
..
cargo Implement Cargo HTTP index (#24452) 2 years ago
cleanup Add Debian package registry (#24426) 2 years ago
container Introduce path Clean/Join helper functions (#23495) 2 years ago
debian Add Debian package registry (#24426) 2 years ago
auth.go refactor auth interface to return error when verify failure (#22119) 2 years ago
packages.go Add Debian package registry (#24426) 2 years ago