Files
RedBear-OS/initfs/archive-common/Cargo.toml
T
bjorn3 2c96332aa7 Add 'initfs/' from commit 'd0802237d7894881df7ddd338dfc64220d0646ff'
git-subtree-dir: initfs
git-subtree-mainline: bb25f45f43
git-subtree-split: d0802237d7
2025-04-23 19:56:49 +02:00

13 lines
255 B
TOML

[package]
name = "archive-common"
version = "0.1.0"
authors = ["4lDO2 <4lDO2@protonmail.com>", "Kamil Koczurek <koczurekk@gmail.com>"]
edition = "2021"
[dependencies]
anyhow = "1"
log = "0.4"
pathdiff = "0.2.1"
plain = "0.2"
redox-initfs = {path = ".."}