proxmox/Cargo.toml
Wolfgang Bumiller f35dbbd651 add proxmox-section-config crate
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-10-11 11:39:59 +02:00

20 lines
336 B
TOML

[workspace]
members = [
"proxmox",
"proxmox-api-macro",
"proxmox-borrow",
"proxmox-http",
"proxmox-io",
"proxmox-lang",
"proxmox-router",
"proxmox-schema",
"proxmox-section-config",
"proxmox-sortable-macro",
"proxmox-tfa",
"proxmox-time",
"proxmox-uuid",
]
exclude = [
"build",
]