2023-12-12 18:34:21 +02:00
|
|
|
[package]
|
|
|
|
name = "ygg_driver_ahci"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2024-01-04 21:30:36 +02:00
|
|
|
authors = ["Mark Poliakov <mark@alnyan.me>"]
|
2023-12-12 18:34:21 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2024-11-01 20:37:30 +02:00
|
|
|
yggdrasil-abi.workspace = true
|
|
|
|
libk-mm.workspace = true
|
|
|
|
libk-util.workspace = true
|
|
|
|
libk.workspace = true
|
|
|
|
device-api = { workspace = true, features = ["derive"] }
|
2023-12-12 18:34:21 +02:00
|
|
|
|
|
|
|
ygg_driver_pci = { path = "../../bus/pci" }
|
|
|
|
kernel-fs = { path = "../../fs/kernel-fs" }
|
|
|
|
|
2024-11-01 20:37:30 +02:00
|
|
|
log.workspace = true
|
|
|
|
futures-util.workspace = true
|
|
|
|
static_assertions.workspace = true
|
|
|
|
tock-registers.workspace = true
|
|
|
|
bytemuck.workspace = true
|
|
|
|
memoffset.workspace = true
|
|
|
|
async-trait.workspace = true
|