2e2d64fdba
and with it: * bump proxmox-http dependency to 0.4.0 * bump proxmox-apt dependency to 0.7.0 Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
17 lines
372 B
TOML
17 lines
372 B
TOML
[package]
|
|
name = "pbs-systemd"
|
|
version = "0.1.0"
|
|
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
|
edition = "2018"
|
|
description = "common systemd-related helpers, but no unit parsing"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
bitflags = "1.2.1"
|
|
lazy_static = "1.4"
|
|
nom = "5.1"
|
|
|
|
proxmox = { version = "0.13.0", default-features = false }
|
|
|
|
pbs-tools = { path = "../pbs-tools" }
|