summaryrefslogtreecommitdiff
path: root/graph-checker/.cargo
diff options
context:
space:
mode:
Diffstat (limited to 'graph-checker/.cargo')
-rw-r--r--graph-checker/.cargo/config.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/graph-checker/.cargo/config.toml b/graph-checker/.cargo/config.toml
new file mode 100644
index 0000000..0236928
--- /dev/null
+++ b/graph-checker/.cargo/config.toml
@@ -0,0 +1,5 @@
+[source.crates-io]
+replace-with = "vendored-sources"
+
+[source.vendored-sources]
+directory = "vendor"