proxmox-perl-rs/Cargo.toml
Wolfgang Bumiller c6f231494a note that patch overrides go into the toplevel Cargo.toml
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-11-17 09:36:51 +01:00

12 lines
330 B
TOML

[workspace]
exclude = [ "build", "perl-*" ]
members = [
"pve-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" }