Files
podman-openrc/Cargo.toml
2025-08-13 13:57:08 +02:00

19 lines
607 B
TOML

[package]
name = "podman-openrc"
version = "0.1.2"
edition = "2021"
license = "MIT"
keywords = ["podman", "openrc", "service", "generator"]
categories = ["command-line-utilities"]
publish = true
description = "A CLI tool to generate OpenRC scripts from Podman service definitions in (unofficial) TOML format."
homepage = "https://git.plabble.org/Maurice/podman-openrc"
repository = "https://git.plabble.org/Maurice/podman-openrc"
readme = "README.md"
[dependencies]
clap = { version = "4.5.45", features = ["derive"] }
itertools = "0.14.0"
serde = { version = "1.0", features = ["derive"] }
toml = "0.9.5"