6c76aa434d
This also moves a couple of required utilities such as logrotate and some file descriptor methods to pbs-tools. Note that the logrotate usage and run-dir handling should be improved to work as a regular user as this *should* (IMHO) be a regular unprivileged command (including running qemu given the kvm privileges...) Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
18 lines
432 B
TOML
18 lines
432 B
TOML
[package]
|
|
name = "proxmox-backup-debug"
|
|
version = "0.1.0"
|
|
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
walkdir = "2"
|
|
serde_json = "1.0"
|
|
|
|
proxmox = { version = "0.13.0", features = [ "api-macro", "cli" ] }
|
|
|
|
pbs-client = { path = "../pbs-client" }
|
|
pbs-datastore = { path = "../pbs-datastore" }
|
|
pbs-runtime = { path = "../pbs-runtime" }
|
|
pbs-tools = { path = "../pbs-tools" }
|