threecpio 0.4.0

manage initrd cpio archives
Documentation
[[bin]]
name = "3cpio"
path = "src/main.rs"

[dependencies.lexopt]
version = "0.3"

[dependencies.libc]
version = "0.2"

[lib]
name = "threecpio"
path = "src/lib.rs"

[package]
authors = ["Benjamin Drung <bdrung@posteo.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "compression", "encoding", "filesystem"]
description = "manage initrd cpio archives"
edition = "2021"
homepage = "https://github.com/bdrung/3cpio"
keywords = ["archive", "cpio", "initrd"]
license = "ISC"
name = "threecpio"
readme = "README.md"
repository = "https://github.com/bdrung/3cpio"
version = "0.4.0"

[[test]]
name = "cli"
path = "tests/cli.rs"