version = 4
[[package]]
name = "tishlang_ast"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6b9c11cc711912b02de45a9f4b406cc08cdc8f04a3f93f7ed52f5a37bd696d2"
[[package]]
name = "tishlang_lexer"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4ec87f2ec02672ca1bd72ac5de3d17fa255bb4926842723869964bef95d7651"
[[package]]
name = "tishlang_opt"
version = "2.1.0"
dependencies = [
"tishlang_ast",
"tishlang_parser",
]
[[package]]
name = "tishlang_parser"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0023b2199c6ce92a19fe917ef8cccc278f6879a2ce609f5bc6bfaea86c6d9f48"
dependencies = [
"tishlang_ast",
"tishlang_lexer",
]