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_opt"
version = "1.13.2"
dependencies = [
"tishlang_ast",
"tishlang_parser",
]
[[package]]
name = "tishlang_parser"
version = "1.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b315c34ea0a5423700e4120045835aece6b5b7d038e7c25e4c5b835ac17a3ec8"
dependencies = [
"tishlang_ast",
"tishlang_lexer",
]