Files
RedBear-OS/storage/driver-block/Cargo.toml
T
2025-03-14 22:11:30 +01:00

12 lines
190 B
TOML

[package]
name = "driver-block"
version = "0.1.0"
edition = "2021"
[dependencies]
partitionlib = { path = "../partitionlib" }
libredox = "0.1.3"
redox_syscall = "0.5"
redox-scheme = "0.4"