proxmox/Cargo.toml

27 lines
516 B
TOML
Raw Normal View History

[workspace]
members = [
"proxmox-api-macro",
"proxmox-async",
"proxmox-borrow",
"proxmox-compression",
"proxmox-http",
"proxmox-io",
"proxmox-lang",
"proxmox-metrics",
"proxmox-rest-server",
"proxmox-router",
"proxmox-schema",
"proxmox-serde",
"proxmox-shared-memory",
"proxmox-section-config",
"proxmox-sortable-macro",
"proxmox-subscription",
"proxmox-sys",
"proxmox-tfa",
"proxmox-time",
"proxmox-uuid",
]
exclude = [
"build",
]