2023-12-10 21:25:54 +02:00
|
|
|
[package]
|
|
|
|
name = "ygg_driver_pci"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2023-12-11 03:04:49 +02:00
|
|
|
authors = ["Mark Poliakov <mark@alnyan.me>"]
|
2023-12-10 21:25:54 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2024-11-01 20:37:30 +02:00
|
|
|
yggdrasil-abi.workspace = true
|
|
|
|
device-api = { workspace = true, features = ["derive"] }
|
|
|
|
libk-mm.workspace = true
|
|
|
|
libk-util.workspace = true
|
2024-12-10 11:52:26 +02:00
|
|
|
libk.workspace = true
|
2023-12-10 21:25:54 +02:00
|
|
|
|
2024-11-01 20:37:30 +02:00
|
|
|
log.workspace = true
|
|
|
|
bitflags.workspace = true
|
|
|
|
tock-registers.workspace = true
|
2023-12-10 21:25:54 +02:00
|
|
|
|
2024-02-03 20:44:04 +02:00
|
|
|
[target.'cfg(target_arch = "x86_64")'.dependencies]
|
2024-11-01 20:37:30 +02:00
|
|
|
acpi.workspace = true
|
2024-10-11 15:29:41 +03:00
|
|
|
|
2024-11-19 19:33:08 +02:00
|
|
|
[lints]
|
|
|
|
workspace = true
|