proxmox/proxmox-systemd/Cargo.toml
Wolfgang Bumiller d6e86d670b tree-wide: unify workspace inherited attributes
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2024-09-20 08:42:45 +02:00

17 lines
346 B
TOML

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