Files
RedBear-OS/initfs/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

30 lines
522 B
TOML

[package]
name = "redox-initfs"
version = "0.2.0"
authors = ["4lDO2 <4lDO2@protonmail.com>", "Kamil Koczurek <koczurekk@gmail.com>"]
edition = "2021"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
plain = "0.2"
[features]
default = ["std"]
std = []
[dev-dependencies]
# FIXME remove loggers
anyhow = "1"
archive-common = {path = "archive-common"}
env_logger = "0.8"
log = "0.4"
[workspace]
members = [
"archive-common",
"tools",
]