You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users must set their token to
"i_understand_that_pulp_rust_does_not_support_proper_auth_yet" to
perform a publish or yank operation. If the token isn't set with this
value, auth will fail.
Assisted-By: claude-opus-4.6
Copy file name to clipboardExpand all lines: docs/index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ See the [REST API documentation](site:pulp_rust/restapi/) for detailed endpoint
13
13
14
14
-[Use Pulp as a pull-through cache](site:pulp_rust/docs/user/guides/pull-through-cache/) for crates.io or any Cargo sparse registry
15
15
-[Host a private Cargo registry](site:pulp_rust/docs/user/guides/private-registry/) for internal crates
16
+
- Publish crates with `cargo publish` and manage them with `cargo yank`
16
17
- Implements the [Cargo sparse registry protocol](https://doc.rust-lang.org/cargo/reference/registry-index.html#sparse-index) for compatibility with standard Cargo tooling
17
18
- Download crates on-demand to reduce disk usage
18
19
- Every operation creates a restorable snapshot with Versioned Repositories
0 commit comments