anima6502 0.1.1

An anima6502 subcrate which supplies Python bindings to vm6502.
Documentation
[dependencies.pyo3]
features = ["extension-module"]
version = "0.17.1"

[dependencies.vm6502]
version = "0.1.0"

[lib]
crate-type = ["cdylib"]
name = "anima6502"

[package]
description = "An anima6502 subcrate which supplies Python bindings to vm6502."
edition = "2021"
license = "GPL-3.0-or-later"
name = "anima6502"
readme = "README.md"
repository = "https://github.com/GRAYgoose124/emu6502"
version = "0.1.1"

[package.metadata.maturin]
name = "anima._anima"
python-source = "python"