version = 4
[[package]]
name = "tishlang_ast"
version = "2.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "087e3dbd9e8a285e4e4d0f142eae9137a3ec786ee0911f6fcfeada0a4a2c3801"
[[package]]
name = "tishlang_lexer"
version = "2.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e494bfd8a36dee084da9ccb8406149a4189ebc83abfde6486ac3f08e1ae94895"
[[package]]
name = "tishlang_opt"
version = "2.2.5"
dependencies = [
"tishlang_ast",
"tishlang_parser",
]
[[package]]
name = "tishlang_parser"
version = "2.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a63057576a1522cfc2646ef9fc3929c51c2c4b62760919f04af1b7fb4a98e61"
dependencies = [
"tishlang_ast",
"tishlang_lexer",
]