mirror of
https://git.proxmox.com/git/pve-esxi-import-tools
synced 2025-04-28 13:57:20 +00:00

they then get stripped into their own package anyway, but without this we don't get debug symbols at all with rustc >= 1.77 Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
9 lines
158 B
TOML
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
|