rvm-hal 0.1.1

Hardware abstraction layer for the RVM microhypervisor (ADR-133)
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "bitflags"
version = "2.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"

[[package]]
name = "rvm-hal"
version = "0.1.1"
dependencies = [
 "rvm-types",
]

[[package]]
name = "rvm-types"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8aaedcefe3d02b3fb72ea622974a036c96070c538a73dbd1a6c524171a43c4f0"
dependencies = [
 "bitflags",
]