summaryrefslogtreecommitdiffstatshomepage
path: root/cargo/.local
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-01-30 18:59:33 -0600
committerToby Vincent <tobyv13@gmail.com>2023-01-30 18:59:33 -0600
commit41a4d76c4f16c4979207eb44b13ab0457872e097 (patch)
tree9aa990e07c136255c6e7f5dd8ac7a8d84a1f4cc5 /cargo/.local
parent577e717c14d1c86d6394de3e3d2621c075e4359f (diff)
feat(cargo): add cargo config
Diffstat (limited to 'cargo/.local')
-rw-r--r--cargo/.local/share/cargo/config.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/cargo/.local/share/cargo/config.toml b/cargo/.local/share/cargo/config.toml
new file mode 100644
index 0000000..70f9eae
--- /dev/null
+++ b/cargo/.local/share/cargo/config.toml
@@ -0,0 +1,2 @@
+[registries.crates-io]
+protocol = "sparse"