Files
RedBear-OS/storage/driver-block/Cargo.toml
T
bjorn3 865ca86666 storage: Mostly unify disk scheme implementations
lived and usbscsid still keep their old scheme implementations.
2025-03-08 13:06:31 +01:00

12 lines
250 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 = { git = "https://gitlab.redox-os.org/redox-os/redox-scheme.git" }