27 lines
520 B
TOML
27 lines
520 B
TOML
[package]
|
|
name = "kernel-arch-riscv64"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
yggdrasil-abi.workspace = true
|
|
kernel-arch-interface.workspace = true
|
|
libk-mm-interface.workspace = true
|
|
memtables.workspace = true
|
|
device-api = { workspace = true, features = ["derive"] }
|
|
|
|
tock-registers.workspace = true
|
|
bitflags.workspace = true
|
|
static_assertions.workspace = true
|
|
log.workspace = true
|
|
cfg-if.workspace = true
|
|
|
|
[features]
|
|
default = []
|
|
riscv64_board_virt = []
|
|
riscv64_board_jh7110 = []
|
|
|
|
|
|
[lints]
|
|
workspace = true
|