api2/admin/datastore: add a backup protocol test api path

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2019-03-06 10:21:22 +01:00
parent ac4e349b5e
commit e2d007f76e
3 changed files with 258 additions and 0 deletions

View File

@ -9,6 +9,7 @@ name = "proxmox_backup"
path = "src/lib.rs"
[dependencies]
proxmox-protocol = { path = "proxmox-protocol" }
log = "0.4"
syslog = "4.0"
failure = "0.1"