20 lines
434 B
TOML
Raw Normal View History

[package]
name = "device-tree"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
yggdrasil-abi.workspace = true
device-api = { path = "../device-api", features = ["derive"] }
libk-mm.workspace = true
2024-12-13 23:35:17 +02:00
libk-util.workspace = true
fdt-rs.workspace = true
log.workspace = true
2024-12-13 23:35:17 +02:00
discrete_range_map.workspace = true
[lints]
workspace = true