version = 4
[[package]]
name = "tishlang_ast"
version = "1.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b0f3bc6c4c4f7ef52d858a19d930fbf95b816abe7719e4e3b3a1081a1a91869"
[[package]]
name = "tishlang_lexer"
version = "1.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "580aeb9428aa58243b759f38ee2e2776ea200fffbcdf875e65f860a1babfba8b"
[[package]]
name = "tishlang_parser"
version = "1.3.7"
dependencies = [
"tishlang_ast",
"tishlang_lexer",
]