From a58f81defae38b4368213e2d4a3d8da8d92c61af Mon Sep 17 00:00:00 2001 From: Christoph Brandau Date: Sat, 15 Nov 2025 20:41:19 +0100 Subject: [PATCH] update config.toml --- .cargo/config.toml | 6 +++++- .gitignore | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index ffd5e33..22c8aa3 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,5 +1,9 @@ [registry] default = "cbsk" +global-credential-providers = ["cargo:token", "cargo:libsecret", "cargo:macos-keychain", "cargo:wincred"] [registries.cbsk] -index = "https://git.cbsk-tech.de/Christoph/_cargo-index.git" \ No newline at end of file +index = "sparse+https://git.cbsk-tech.de/api/packages/Christoph/cargo/" + +[net] +git-fetch-with-cli = true \ No newline at end of file diff --git a/.gitignore b/.gitignore index ea8c4bf..451f798 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ /target + +.cargo/credentials.toml +.env +credentials.toml \ No newline at end of file