From c6f231494a24fb0f570f474c96e9e9b4cf0ab7c8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 16 Nov 2021 12:43:14 +0100 Subject: [PATCH] note that patch overrides go into the toplevel Cargo.toml Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index c413d77..8556b45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,3 +3,9 @@ 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" }