asterinas/kernel/comps/pci/Cargo.toml

22 lines
499 B
TOML
Raw Normal View History

2025-07-25 07:25:38 +00:00
[package]
name = "aster-pci"
version = "0.1.0"
edition.workspace = true
2025-07-25 07:25:38 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2025-12-25 07:37:18 +00:00
align_ext.workspace = true
bitflags.workspace = true
cfg-if.workspace = true
component.workspace = true
log.workspace = true
ostd.workspace = true
spin.workspace = true
2025-07-25 07:25:38 +00:00
[target.loongarch64-unknown-none-softfloat.dependencies]
fdt = { version = "0.1.5", features = ["pretty-printing"] }
2025-07-25 07:25:38 +00:00
[lints]
workspace = true