version = 4
[[package]]
name = "oxyl-diagnostics"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0132b4282d8b186fce9ff2d99a9655269c8aabd9a24b2dcd8fce9722e917c78"
[[package]]
name = "oxyl-lexer"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "119d26f629bfd4193c9286d4d6c76bed3bd65850ef4792fe381bad8fa3c546e3"
dependencies = [
"oxyl-diagnostics",
]
[[package]]
name = "oxyl-parser"
version = "0.1.18"
dependencies = [
"oxyl-diagnostics",
"oxyl-lexer",
]