From ddf8c99af20e6ed821616e6975eefb8d67e98130 Mon Sep 17 00:00:00 2001 From: JohnE Date: Tue, 21 Apr 2026 17:48:47 -0700 Subject: [PATCH] FIX: stupid dumb ass shit, i'm pissed, cargo failing to auth to private git repo --- rust/.cargo/config.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 rust/.cargo/config.toml diff --git a/rust/.cargo/config.toml b/rust/.cargo/config.toml new file mode 100644 index 0000000..656e08b --- /dev/null +++ b/rust/.cargo/config.toml @@ -0,0 +1,2 @@ +[net] +git-fetch-with-cli = true \ No newline at end of file