version = 4
[[package]]
name = "tishlang_ast"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "617de0faf8c2cfee4609607381899e668217acb58c7d7b49ca279c80de1188dc"
[[package]]
name = "tishlang_lexer"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e74caf88196f8e06721e5114ddf463e9babc79819a7b0cfcc7ef762fb465d426"
[[package]]
name = "tishlang_opt"
version = "2.8.0"
dependencies = [
"tishlang_ast",
"tishlang_parser",
]
[[package]]
name = "tishlang_parser"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cb9b325d8fb4d926dc472bc44e3b59a76c414dfa459d39410b019442ee610b0"
dependencies = [
"tishlang_ast",
"tishlang_lexer",
]