machina-memory 0.1.2

Address space management, MMIO dispatch, and RAM block handling
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "libc"
version = "0.2.184"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af"

[[package]]
name = "machina-core"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61ad8d378e7565ad9ff7ec548f2a0de94b73af2128b0e2379d5e8c731371c18d"

[[package]]
name = "machina-memory"
version = "0.1.2"
dependencies = [
 "libc",
 "machina-core",
]