OpenRC generator

This commit is contained in:
Maurice
2025-07-21 21:44:02 +02:00
commit da47934db9
6 changed files with 313 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "podman-openrc"
version = "0.1.0"
edition = "2021"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
toml = "0.9.2"