diff --git a/.cargo/config.toml b/.cargo/config.toml index 0d06fd5..b7c4f6d 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,5 @@ [registries.kellnr] index = "sparse+https://kellnr.shay7sev.site/api/v1/crates/" + +[net] +git-fetch-with-cli = true