Files
RedBear-OS/storage/ahcid/Cargo.toml
T
bjorn3 865ca86666 storage: Mostly unify disk scheme implementations
lived and usbscsid still keep their old scheme implementations.
2025-03-08 13:06:31 +01:00

18 lines
350 B
TOML

[package]
name = "ahcid"
version = "0.1.0"
edition = "2021"
[dependencies]
bitflags = "1.2"
byteorder = "1.2"
log = "0.4"
redox-daemon = "0.1"
redox_syscall = { version = "0.5", features = ["std"] }
common = { path = "../../common" }
driver-block = { path = "../driver-block" }
pcid = { path = "../../pcid" }
libredox = "0.1.3"
redox_event = "0.4"