[pve-devel] [PATCH v2 06/22] auto-installer: add dependencies

Aaron Lauterer a.lauterer at proxmox.com
Wed Feb 21 12:07:49 CET 2024


Signed-off-by: Aaron Lauterer <a.lauterer at proxmox.com>
---
changes since v1:
* toml switched from 0.5 to 0.7

 proxmox-auto-installer/Cargo.toml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/proxmox-auto-installer/Cargo.toml b/proxmox-auto-installer/Cargo.toml
index 75cfb2c..67218dd 100644
--- a/proxmox-auto-installer/Cargo.toml
+++ b/proxmox-auto-installer/Cargo.toml
@@ -8,3 +8,7 @@ exclude = [ "build", "debian" ]
 homepage = "https://www.proxmox.com"
 
 [dependencies]
+proxmox-installer-common = { path = "../proxmox-installer-common" }
+serde = { version = "1.0", features = ["derive"] }
+serde_json = "1.0"
+toml = "0.7"
-- 
2.39.2





More information about the pve-devel mailing list