proxmox/Cargo.toml
Wolfgang Bumiller 41f3fdfeb9 add proxmox-schema and proxmox-router crates
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-10-11 11:39:59 +02:00

19 lines
306 B
TOML

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