version = 4
[[package]]
name = "tishlang_ast"
version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aac7dc4dd03cac87e2019fb8bb5b0cfb1d734efbe9c1d3cef7267630175eb040"
[[package]]
name = "tishlang_lexer"
version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6545d6a601b0a62b8d09fa9fad098deb82d89f49ac7e70ca3b6fea01c5c8aaf9"
[[package]]
name = "tishlang_parser"
version = "1.13.1"
dependencies = [
"tishlang_ast",
"tishlang_lexer",
]