diff options
| author | Matthew Fennell <matthew@fennell.dev> | 2025-10-12 12:26:53 +0100 |
|---|---|---|
| committer | Matthew Fennell <matthew@fennell.dev> | 2025-11-02 00:51:20 +0000 |
| commit | 697953f44e9852f0bdb8187c8c75ec9e4db846be (patch) | |
| tree | a0e1c21e8d5ee07707c7b9ac3c11f075afe54814 /debian/cargo_home/config.toml | |
| parent | 75a467154705585c4a965176ba6f25896966f412 (diff) | |
Add cargo home
Diffstat (limited to 'debian/cargo_home/config.toml')
| -rw-r--r-- | debian/cargo_home/config.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/cargo_home/config.toml b/debian/cargo_home/config.toml new file mode 100644 index 0000000..8925f1f --- /dev/null +++ b/debian/cargo_home/config.toml @@ -0,0 +1,7 @@ +[source] + +[source.mirror] +directory = "/usr/share/cargo/registry/" + +[source.crates-io] +replace-with = "mirror" |
