version = 4
[[package]]
name = "tishlang_ast"
version = "2.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9560f10c7fa2f89a7d07ff907c9af9bf11c3b0ce9d1a7e1c8115d0ce995279c"
[[package]]
name = "tishlang_lexer"
version = "2.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c366c0af59bc2d56ea54129fc625e390de9431ab993994975ffdd6b894898154"
[[package]]
name = "tishlang_opt"
version = "2.2.7"
dependencies = [
"tishlang_ast",
"tishlang_parser",
]
[[package]]
name = "tishlang_parser"
version = "2.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fd6319c28c33e55d6dfc7be1716bd671f82114915d8919c925fbbed72793932"
dependencies = [
"tishlang_ast",
"tishlang_lexer",
]