From 5a119a1d3d99dfca04243793c00dc08fb6e92cd9 Mon Sep 17 00:00:00 2001 From: Christoph Brandau Date: Sat, 15 Nov 2025 17:14:47 +0100 Subject: [PATCH] add config.toml --- .cargo/config.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 855a7a9..ffd5e33 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,5 @@ +[registry] +default = "cbsk" + [registries.cbsk] -index = "https://git.cbsk-tech.de/api/packages/Christoph/cargo/index" \ No newline at end of file +index = "https://git.cbsk-tech.de/Christoph/_cargo-index.git" \ No newline at end of file