proxmox/Cargo.toml
Wolfgang Bumiller 7f4d223a4a rename sorted-data to proxmox-sortable_macro
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-11-21 13:10:37 +01:00

15 lines
376 B
TOML

[workspace]
members = [
"proxmox",
"proxmox-api",
"proxmox-api-macro",
"proxmox-sortable-macro",
"proxmox-sys",
"proxmox-tools",
# This is an api server test and may be temporarily broken by changes to
# proxmox-api or proxmox-api-macro, but should ultimately be updated to work
# again as it's supposed to serve as an example code!
"api-test",
]