[package] name = "kernel" version = "0.1.0" authors = ["Andre Richter "] edition = "2018" # The features section is used to select the target board. [features] default = [] bsp_rpi3 = [] bsp_rpi4 = [] ##-------------------------------------------------------------------------------------------------- ## Dependencies ##-------------------------------------------------------------------------------------------------- [dependencies] # Platform specific dependencies [target.'cfg(target_arch = "aarch64")'.dependencies] cortex-a = { version = "4.x.x" }