Files
RedBear-OS/drivers/storage/driver-block/Cargo.toml
T
2025-12-03 21:07:13 +01:00

19 lines
414 B
TOML

[package]
name = "driver-block"
version = "0.1.0"
edition = "2021"
[dependencies]
daemon = { path = "../../../daemon" }
executor = { path = "../../executor" }
partitionlib = { path = "../partitionlib" }
libredox = "0.1.3"
log = "0.4"
# TODO: migrate virtio to our executor
futures = { version = "0.3.28", features = ["executor"] }
redox_syscall = { version = "0.5", features = ["std"] }
redox-scheme = "0.6.2"