version = 4
[[package]]
name = "tishlang_ast"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a4c2b2ed94f29eec7c59ed5d89fb8e5e9207723e99a67ff24a6ff92f6eb2e6b"
[[package]]
name = "tishlang_lexer"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b02d6cea322759f940d2cb5b0d93b53f5552f9c7c7859ab1c8290ba54c8a467"
[[package]]
name = "tishlang_parser"
version = "1.13.0"
dependencies = [
"tishlang_ast",
"tishlang_lexer",
]