Files
RedBear-OS/Cargo.toml
T
2024-03-10 17:27:26 +01:00

28 lines
419 B
TOML

[package]
name = "redox-initfs"
version = "0.1.0"
authors = ["4lDO2 <4lDO2@protonmail.com>"]
edition = "2018"
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
log = "0.4"
env_logger = "0.8"
anyhow = "1"
[workspace]
members = [
"tools",
]