diff options
Diffstat (limited to 'rust/.cargo/config.in')
-rw-r--r-- | rust/.cargo/config.in | 8 |
1 files changed, 8 insertions, 0 deletions
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' |