summaryrefslogtreecommitdiffstats
path: root/.cargo/config.toml
diff options
context:
space:
mode:
Diffstat (limited to '.cargo/config.toml')
-rw-r--r--.cargo/config.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml
new file mode 100644
index 000000000..6a89bb9b5
--- /dev/null
+++ b/.cargo/config.toml
@@ -0,0 +1,11 @@
+
+[source.crates-io]
+replace-with = "vendored-sources"
+
+[source."https://github.com/bjorn3/rust-ar.git"]
+git = "https://github.com/bjorn3/rust-ar.git"
+branch = "do_not_remove_cg_clif_ranlib"
+replace-with = "vendored-sources"
+
+[source.vendored-sources]
+directory = "vendor"