b2c2-debugger 0.1.8

CASL2のコードを雑雑に実行テストするCOMET2シミュレーター(エミュレーター?)もどき
Documentation
[package]
name = "b2c2-debugger"
version = "0.1.8"
edition = "2021"
description = "CASL2のコードを雑雑に実行テストするCOMET2シミュレーター(エミュレーター?)もどき"
readme = "../README.md"
license = "MIT"
repository = "https://github.com/neetsdkasu/b2c2/"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
b2c2-casl2           = { path = "../b2c2-casl2"          , version = "= 0.1.4" }
b2c2-compiler        = { path = "../b2c2-compiler"       , version = "= 1.0.6" }
b2c2-compiler-common = { path = "../b2c2-compiler-common", version = "= 0.1.4" }
b2c2-flag            = { path = "../b2c2-flag"           , version = "= 0.1.5" }
b2c2-jis-x-201       = { path = "../b2c2-jis-x-201"      , version = "= 0.1.1" }
b2c2-parser          = { path = "../b2c2-parser"         , version = "= 1.0.5" }
b2c2-stat            = { path = "../b2c2-stat"           , version = "= 0.1.5" }
b2c2-tokenizer       = { path = "../b2c2-tokenizer"      , version = "= 1.0.1" }