oxyl-parser 0.1.20

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

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

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