Files
RedBear-OS/drivers/storage/driver-block/Cargo.toml
T
2026-01-20 10:12:08 -07:00

19 lines
438 B
TOML

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