[dependencies.thiserror]
version = "1"
[package]
description = "A memory for loading macos dylib's and bundles in memory without touching disk."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "memlibload"
repository = "https://github.com/Reboare/memlibload"
resolver = "2"
version = "0.1.0"
[target."cfg(target_os = \"macos\")".dependencies.mach_o_sys]
version = "0.1.1"