version = 4
[[package]]
name = "tishlang_ast"
version = "1.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f06419577f925d0b8636ea46ae10d5b4d9cc69236c3bdb75fd4296c181dfa18"
[[package]]
name = "tishlang_lexer"
version = "1.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4e435c94cb055804d0cdf6e0ac50fdd817e1c08946841db92ea8408205e0a52"
[[package]]
name = "tishlang_parser"
version = "1.13.2"
dependencies = [
"tishlang_ast",
"tishlang_lexer",
]