proxmox/Cargo.toml
Wolfgang Bumiller fa2ba562ce add proxmox-api crate
This contains the router and will get helpers for
generating documentation, and for parsing command line
parameters for api methods.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-06-06 14:06:21 +02:00

7 lines
81 B
TOML

[workspace]
members = [
"proxmox-tools",
"proxmox-api",
"proxmox",
]