[pve-devel] [PATCH 06/12] tui-installer: add dependency for new common crate

Aaron Lauterer a.lauterer at proxmox.com
Wed Oct 25 18:00:05 CEST 2023


Signed-off-by: Aaron Lauterer <a.lauterer at proxmox.com>
---
 proxmox-tui-installer/Cargo.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/proxmox-tui-installer/Cargo.toml b/proxmox-tui-installer/Cargo.toml
index 8a6eba8..fc653f0 100644
--- a/proxmox-tui-installer/Cargo.toml
+++ b/proxmox-tui-installer/Cargo.toml
@@ -12,3 +12,4 @@ cursive = { version = "0.20.0", default-features = false, features = ["termion-b
 serde = { version = "1.0", features = ["derive"] }
 serde_json = "1.0"
 regex = "1.7"
+proxmox-installer-common = { path = "../proxmox-installer-common" }
-- 
2.39.2






More information about the pve-devel mailing list