19 lines
438 B
TOML
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
|