mirror of
https://git.proxmox.com/git/proxmox-perl-rs
synced 2025-08-06 19:20:38 +00:00
13 lines
367 B
TOML
13 lines
367 B
TOML
[workspace]
|
|
exclude = [ "build", "common-src", "perl", "scripts" ]
|
|
members = [
|
|
"pve-rs",
|
|
"pmg-rs",
|
|
]
|
|
|
|
[patch.crates-io]
|
|
# proxmox-tfa requires -time and -uuid as well, so enable *all* or *none* of them
|
|
#proxmox-tfa = { path = "../proxmox/proxmox-tfa" }
|
|
#proxmox-time = { path = "../proxmox/proxmox-time" }
|
|
#proxmox-uuid = { path = "../proxmox/proxmox-uuid" }
|