5
0
mirror of git://git.proxmox.com/git/pxar.git synced 2025-01-22 02:04:04 +03:00

add .cargo/config to use local repos

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-05-18 10:38:54 +02:00
parent 6e91d157da
commit 6f78e6eae5

5
.cargo/config Normal file
View File

@ -0,0 +1,5 @@
[source]
[source.debian-packages]
directory = "/usr/share/cargo/registry"
[source.crates-io]
replace-with = "debian-packages"