macext 0.1.2

Crate for editing mac process memory and finding pid, base address, etc.
[dependencies.mach2]
version = "0.4.2"

[dependencies.process-memory]
version = "0.5.0"

[dependencies.sysinfo]
version = "0.30.5"

[package]
authors = ["Graham Fielding <grahamfielding08@gmail.com>"]
description = "Crate for editing mac process memory and finding pid, base address, etc."
documentation = "https://docs.rs/macext"
edition = "2021"
exclude = [".cargo_vcs_info.json", ".gitignore"]
homepage = "https://github.com/mangopanda455/macext"
license = "MIT"
name = "macext"
readme = "README.md"
repository = "https://github.com/mangopanda455/macext"
version = "0.1.2"