2024-02-05 13:44:21 +02:00
|
|
|
[package]
|
|
|
|
name = "kernel-arch-aarch64"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
2024-11-01 20:37:30 +02:00
|
|
|
yggdrasil-abi.workspace = true
|
|
|
|
kernel-arch-interface.workspace = true
|
|
|
|
libk-mm-interface.workspace = true
|
|
|
|
memtables.workspace = true
|
|
|
|
device-api = { workspace = true, features = ["derive"] }
|
2024-02-05 13:44:21 +02:00
|
|
|
|
2024-11-01 20:37:30 +02:00
|
|
|
bitflags.workspace = true
|
|
|
|
static_assertions.workspace = true
|
|
|
|
aarch64-cpu.workspace = true
|
|
|
|
tock-registers.workspace = true
|
2024-10-27 06:46:25 +02:00
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
cc = "1.0"
|
2024-12-13 23:35:17 +02:00
|
|
|
|
|
|
|
[features]
|
|
|
|
default = []
|
|
|
|
aarch64_board_virt = []
|
|
|
|
aarch64_board_raspi4b = []
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|