proxmox/Cargo.toml
Wolfgang Bumiller 9b6fe4aceb add proxmox-time crate
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-10-08 15:22:17 +02:00

15 lines
224 B
TOML

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