summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrewsh@debian.org>2022-10-06 19:00:16 +0200
committerAndrej Shadura <andrewsh@debian.org>2023-09-27 14:53:14 +0200
commit5e6c19a83eb4e83dd33ecd9390a46026308bb30e (patch)
treec36eaf54aa3a8c237b77fce07dd2bf7ada1bb262
parent1d4240ba8ce32a6c8b001a5e949f8caf8b262f3b (diff)
Tell cargo to use vendored sourcesarchive/debian/1.91.2-2_bpo12+1
Gbp-Pq: Name vendored-sources.patch
-rw-r--r--.cargo/config.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml
new file mode 100644
index 00000000..02369289
--- /dev/null
+++ b/.cargo/config.toml
@@ -0,0 +1,5 @@
+[source.crates-io]
+replace-with = "vendored-sources"
+
+[source.vendored-sources]
+directory = "vendor"