version = 4
[[package]]
name = "oxyl-diagnostics"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ddf4780fcda86e423e8581d2baae4c6cd5565d07f5c1b89c84f2916f7afd62b"
[[package]]
name = "oxyl-lexer"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08ccff1f19cb5d5f33713acb6a0813d2a508a22ea6eb5581065473c38d1b3f3b"
dependencies = [
"oxyl-diagnostics",
]
[[package]]
name = "oxyl-parser"
version = "0.1.5"
dependencies = [
"oxyl-diagnostics",
"oxyl-lexer",
]