proxmox/Cargo.toml
Wolfgang Bumiller fe46b11152 add an api-test module
Run with:
cargo run -p api-test -- SomeDirectory/

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-06-12 15:54:52 +02:00

14 lines
346 B
TOML

[workspace]
members = [
"proxmox-tools",
"proxmox-api",
"proxmox-api-macro",
"proxmox-sys",
"proxmox",
# 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",
]