2024-02-04 15:18:34 +02:00
|
|
|
[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]
|
2024-11-01 20:37:30 +02:00
|
|
|
yggdrasil-abi.workspace = true
|
2024-02-04 15:18:34 +02:00
|
|
|
device-api = { path = "../device-api", features = ["derive"] }
|
2024-11-01 20:37:30 +02:00
|
|
|
libk-mm.workspace = true
|
2024-12-13 23:35:17 +02:00
|
|
|
libk-util.workspace = true
|
2024-02-04 15:18:34 +02:00
|
|
|
|
2024-11-01 20:37:30 +02:00
|
|
|
fdt-rs.workspace = true
|
|
|
|
log.workspace = true
|
2024-12-13 23:35:17 +02:00
|
|
|
discrete_range_map.workspace = true
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|