2021-07-07 08:10:33 +00:00
|
|
|
[package]
|
2021-09-21 07:33:51 +00:00
|
|
|
name = "proxmox-systemd"
|
2021-07-07 08:10:33 +00:00
|
|
|
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"
|
|
|
|
|
2021-09-22 10:46:44 +00:00
|
|
|
proxmox = { version = "0.13.4", default-features = false }
|
2021-07-07 08:10:33 +00:00
|
|
|
|
2021-09-21 07:33:50 +00:00
|
|
|
#pbs-tools = { path = "../pbs-tools" }
|