oxyl-parser 0.1.10

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.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88b15bc0a9ef3af182a29fd1b1a5b5c87c2c8b8a8c695f37197ca2d07442586b"

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

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