Files
RedBear-OS/drivers/storage/virtio-blkd/Cargo.toml
T
2026-01-29 10:47:45 -07:00

24 lines
606 B
TOML

[package]
name = "virtio-blkd"
version = "0.1.0"
edition = "2021"
authors = ["Anhad Singh <andypython@protonmail.com>"]
[dependencies]
anyhow.workspace = true
log.workspace = true
thiserror = "1.0.40"
static_assertions = "1.1.0"
futures = { version = "0.3.28", features = ["executor"] }
spin = "*"
redox_event.workspace = true
redox_syscall = { workspace = true, features = ["std"] }
common = { path = "../../common" }
daemon = { path = "../../../daemon" }
driver-block = { path = "../driver-block" }
pcid = { path = "../../pcid" }
virtio-core = { path = "../../virtio-core" }
libredox.workspace = true