Files
RedBear-OS/storage/driver-block/Cargo.toml
T
2025-03-29 10:19:05 +01:00

18 lines
374 B
TOML

[package]
name = "driver-block"
version = "0.1.0"
edition = "2021"
[dependencies]
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.5"