[[bin]]
name = "3cpio"
path = "src/main.rs"
[dependencies.lexopt]
version = "0.3"
[dependencies.libc]
version = "0.2"
[package]
authors = ["Benjamin Drung <bdrung@posteo.de>"]
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.3.1"