proxmox/proxmox-systemd/Cargo.toml
Wolfgang Bumiller ab41d326e4 introduce proxmox-systemd crate
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2024-07-24 14:25:50 +02:00

16 lines
320 B
TOML

[package]
name = "proxmox-systemd"
version = "0.1.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = """
Utilities for dealing with systemd unit files and communicating with systemd.
"""
exclude.workspace = true
[dependencies]
libc.workspace = true