mirror of
https://git.proxmox.com/git/proxmox
synced 2025-06-03 15:13:30 +00:00
16 lines
320 B
TOML
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
|