use proxmox_backup::tools::runtime::main to run async run_cli_command

This commit is contained in:
Dietmar Maurer
2020-01-21 11:34:45 +01:00
parent 077ac6f8b3
commit 3f06d6fbbd
4 changed files with 10 additions and 18 deletions

View File

@ -29,7 +29,7 @@ pam = "0.7"
pam-sys = "0.5"
percent-encoding = "2.1"
pin-utils = "0.1.0-alpha"
proxmox = { version = "0.1.4", features = [ "sortable-macro", "api-macro" ] }
proxmox = { version = "0.1.5", features = [ "sortable-macro", "api-macro" ] }
#proxmox = { git = "ssh://gitolite3@proxdev.maurer-it.com/rust/proxmox", version = "0.1.2", features = [ "sortable-macro", "api-macro" ] }
#proxmox = { path = "../proxmox/proxmox", features = [ "sortable-macro", "api-macro" ] }
regex = "1.2"