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