b8bf6a5c81
this removes quite a bit of dependecies of proxmox-async Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> [set proxmox-lang dep to 1.1] Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
25 lines
461 B
TOML
25 lines
461 B
TOML
[workspace]
|
|
members = [
|
|
"proxmox-api-macro",
|
|
"proxmox-async",
|
|
"proxmox-borrow",
|
|
"proxmox-compression",
|
|
"proxmox-http",
|
|
"proxmox-io",
|
|
"proxmox-lang",
|
|
"proxmox-metrics",
|
|
"proxmox-router",
|
|
"proxmox-schema",
|
|
"proxmox-serde",
|
|
"proxmox-shared-memory",
|
|
"proxmox-section-config",
|
|
"proxmox-sortable-macro",
|
|
"proxmox-sys",
|
|
"proxmox-tfa",
|
|
"proxmox-time",
|
|
"proxmox-uuid",
|
|
]
|
|
exclude = [
|
|
"build",
|
|
]
|