From a0aa2307322cd47bbf416810ac0292925e03be87 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 19:39:49 +0200 Subject: Adding upstream version 1:7.0.3. Signed-off-by: Daniel Baumann --- rust/.cargo/config.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 rust/.cargo/config.in (limited to 'rust/.cargo/config.in') diff --git a/rust/.cargo/config.in b/rust/.cargo/config.in new file mode 100644 index 0000000..e96f9fb --- /dev/null +++ b/rust/.cargo/config.in @@ -0,0 +1,8 @@ +@rust_vendor_comment@[source] +@rust_vendor_comment@ +@rust_vendor_comment@[source.crates-io] +@rust_vendor_comment@registry = 'https://github.com/rust-lang/crates.io-index' +@rust_vendor_comment@replace-with = 'vendored-sources' +@rust_vendor_comment@ +@rust_vendor_comment@[source.vendored-sources] +@rust_vendor_comment@directory = '@e_rustdir@/vendor' -- cgit v1.2.3