diff options
| author | Andrew Guschin <guschin@altlinux.org> | 2024-10-09 04:57:20 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin@altlinux.org> | 2024-10-09 04:57:20 +0400 |
| commit | 427205b55368108575625b8fe4d97d8825480760 (patch) | |
| tree | 5968f817addbf694b193b777aef82b13adc10d07 | |
| parent | 704ddcf42aa87fd285515149232f45fc6bc98e80 (diff) | |
add vendor config
| -rw-r--r-- | graph-checker/.cargo/config.toml | 5 |
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" |