slim-rs v1: initrd build + qemu run via podman image mount

This commit is contained in:
2026-08-25 19:53:47 +00:00
commit f7ca39117a
3 changed files with 175 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[package]
name = "slim"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1"
clap = { version = "4", features = ["derive"] }
flate2 = "1"
walkdir = "2"
cpio = "0.2"
xdg = "2"
[dev-dependencies]
tempfile = "3"