version = 4
[[package]]
name = "oxyl-diagnostics"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89cd8635ec5b78fe9fa3f55fbf31961d4247cbdcb0b0c06c2cf1271cb0cf718a"
[[package]]
name = "oxyl-lexer"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f00cc22c9a054fc714bdb7e5bf8e938ef6fff222626730ee212b8dc7ca37223e"
dependencies = [
"oxyl-diagnostics",
]
[[package]]
name = "oxyl-parser"
version = "0.1.12"
dependencies = [
"oxyl-diagnostics",
"oxyl-lexer",
]