oxyl-parser 0.1.16

Parser and AST types for oxyl
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "oxyl-diagnostics"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb89a27e69b1cc9cc63737ea700fa1b5e309391d491c5a88e963627026040d1f"

[[package]]
name = "oxyl-lexer"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87bd719c34d5cfb1e638c4691c0f5161966fde90265ff4caa08d7b1b0d08ea36"
dependencies = [
 "oxyl-diagnostics",
]

[[package]]
name = "oxyl-parser"
version = "0.1.16"
dependencies = [
 "oxyl-diagnostics",
 "oxyl-lexer",
]