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