7f4d223a4a
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
15 lines
376 B
TOML
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",
|
|
]
|