diff options
author | CoprDistGit <infra@openeuler.org> | 2024-07-29 02:39:48 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-07-29 02:39:48 +0000 |
commit | 49a3bbcd076b2683761372a05fbfa5b39b87b0b1 (patch) | |
tree | 3bae88bde3ee4f8565f5046501e2e8fcd5524204 /cargo_config | |
parent | bb3f927ec1570f209cadcdc671e07948d66aea05 (diff) |
automatic import of rust-ripgrep
Diffstat (limited to 'cargo_config')
-rw-r--r-- | cargo_config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cargo_config b/cargo_config new file mode 100644 index 0000000..0236928 --- /dev/null +++ b/cargo_config @@ -0,0 +1,5 @@ +[source.crates-io] +replace-with = "vendored-sources" + +[source.vendored-sources] +directory = "vendor" |