version = 4
[[package]]
name = "tishlang_ast"
version = "1.0.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0422946f55040b89262073b7149af59bf232e8db14d461ac512d37ce2b640dc2"
[[package]]
name = "tishlang_lexer"
version = "1.0.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb88c083a3fa2eaf2d7bfc9e873846f2988f78d46a77f279b37525f778b9beb8"
[[package]]
name = "tishlang_parser"
version = "1.0.29"
dependencies = [
"tishlang_ast",
"tishlang_lexer",
]