tonic-vm 0.1.1

The Tonic Programming Language Virtual Machine.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "tonic-parser"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "defae6438fed219205ef78a1141f26d146b045ada27e6b9bdf00fe830689b7bf"

[[package]]
name = "tonic-vm"
version = "0.1.1"
dependencies = [
 "tonic-parser",
]