yaxpeax-lc87 1.0.1

lc87 decoder for the yaxpeax project
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "autocfg"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"

[[package]]
name = "num-traits"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
dependencies = [
 "autocfg",
]

[[package]]
name = "yaxpeax-arch"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ace40cc68eec0f369ccc6decc43a744c92653b617189ac25e7d4a296877775f5"
dependencies = [
 "num-traits",
]

[[package]]
name = "yaxpeax-lc87"
version = "1.0.1"
dependencies = [
 "yaxpeax-arch",
]