Files
RedBear-OS/ramfs/Cargo.toml
T
2026-03-22 15:11:33 +00:00

21 lines
512 B
TOML

[package]
name = "ramfs"
version = "0.1.0"
authors = ["4lDO2 <4lDO2@protonmail.com>"]
edition = "2018"
license = "MIT"
description = "RAM filesystem, which is useful for early logging"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
daemon = { path = "../daemon" }
redox_syscall.workspace = true
redox-scheme.workspace = true
libredox = { workspace = true, features = ["call"] }
indexmap = "2.5.0"
slab.workspace = true
[lints]
workspace = true