From 3b6cac2bcba884765642e7ab595bf4283e49fc8e Mon Sep 17 00:00:00 2001 From: John Date: Mon, 1 Dec 2025 23:25:05 -0500 Subject: [PATCH] .cargo: use sparse registry --- .cargo/config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 850bbe5..a5b927f 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,3 @@ +# j's Soft Fish registry (requires authentication) [registries.soft-fish] -index = "https://git.soft.fish/j/_cargo-index.git" +index = "sparse+https://git.soft.fish/api/packages/j/cargo/"