stak-interpret 0.1.1

Stak Scheme bytecode interpreter
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "stak-code"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb98d51cb7a49186b3c77e6a6dd290ba40126a2c03f226be11e8d46f9137d6f7"

[[package]]
name = "stak-device"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e8111642698eb3d7ef76880647814b2fee5b65a2d5e8071f37830fd721c7157"

[[package]]
name = "stak-interpret"
version = "0.1.1"
dependencies = [
 "stak-device",
 "stak-primitive",
 "stak-vm",
]

[[package]]
name = "stak-primitive"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "032fde86c9492cff030c77fba9842551c3cabf17855f26096e6eab1f85180219"
dependencies = [
 "stak-device",
 "stak-vm",
]

[[package]]
name = "stak-vm"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b551d5e4eda440ddc81b48f979dbff5d4601efde30c3375a9a12030f792c7f89"
dependencies = [
 "stak-code",
]