Added cargo config
All checks were successful
Rust-build / build (push) Successful in 1m16s

This commit is contained in:
Justine Pelletreau
2023-07-17 12:42:51 +02:00
parent eeede48897
commit 7a6598bf8f
2 changed files with 9 additions and 1 deletions

8
.cargo/config.toml Normal file
View File

@ -0,0 +1,8 @@
[registry]
default = "gitea"
[registries.gitea]
index = "https://gitea.squi.fr/Rust/_cargo-index.git"
[net]
git-fetch-with-cli = true