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_parser"
version = "2.2.7"
dependencies = [
"tishlang_ast",
"tishlang_lexer",
]