[package] name = "mango_aarch64" version = "0.2.1" edition = "2021" license = "MIT" description = "Abstractions for the aarch64 architecture to use in the mango operationg system." repository = "https://gitlab.com/cyloncore/mango" readme = "README.MD" keywords = ["runtime", "kernel"] categories = ["os"] [features] default = [] test_build = [] [dependencies] tock-registers = { version = "0.8.x", default-features = false, features = [ "register_types", ] } aarch64-cpu = { version = "9.x.x" } mango-core = { path = "../mango_core", version = "0.2.1" }