22 lines
499 B
TOML
22 lines
499 B
TOML
[package]
|
|
name = "aster-pci"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
align_ext.workspace = true
|
|
bitflags.workspace = true
|
|
cfg-if.workspace = true
|
|
component.workspace = true
|
|
log.workspace = true
|
|
ostd.workspace = true
|
|
spin.workspace = true
|
|
|
|
[target.loongarch64-unknown-none-softfloat.dependencies]
|
|
fdt = { version = "0.1.5", features = ["pretty-printing"] }
|
|
|
|
[lints]
|
|
workspace = true
|