mirror of
https://git.proxmox.com/git/proxmox
synced 2025-04-28 13:35:19 +00:00
17 lines
346 B
TOML
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
|