5
0
mirror of git://git.proxmox.com/git/pve-xtermjs.git synced 2025-01-03 05:18:27 +03:00
pve-xtermjs/.cargo/config.toml
Fabian Grünbichler 872cf7c634 move .cargo/config to .cargo/config.toml
the old location has been deprecated for a while, and rustc 1.78 will start to warn about it.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2024-06-20 12:38:14 +02:00

9 lines
158 B
TOML

[source]
[source.debian-packages]
directory = "/usr/share/cargo/registry"
[source.crates-io]
replace-with = "debian-packages"
[profile.release]
debug = true