mirror of
https://git.proxmox.com/git/pve-installer
synced 2025-04-28 06:25:49 +00:00
27 lines
555 B
TOML
27 lines
555 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"proxmox-auto-installer",
|
|
"proxmox-auto-install-assistant",
|
|
"proxmox-chroot",
|
|
"proxmox-fetch-answer",
|
|
"proxmox-installer-common",
|
|
"proxmox-tui-installer",
|
|
"proxmox-post-hook",
|
|
]
|
|
|
|
[workspace.package]
|
|
version = "8.4.6"
|
|
edition = "2024"
|
|
|
|
[workspace.dependencies]
|
|
anyhow = "1.0"
|
|
log = "0.4.20"
|
|
regex = "1.7"
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|
|
serde_plain = "1.0"
|
|
toml = "0.8"
|
|
proxmox-auto-installer.path = "./proxmox-auto-installer"
|
|
proxmox-installer-common.path = "./proxmox-installer-common"
|